Color Hex Logo

#35c033 Color Hex

#35C033
(53,192,51)
0 Favorites   0 Comments

Color spaces of #35c033

RGB 5319251
HSL0.330.580.48
HSV119°73°75°
CMYK 0.720.000.73   0.25
XYZ20.915438.69529.4985
Yxy38.69520.30260.5599
Hunter Lab62.2055-48.842334.4905
CIE-Lab68.5299-62.488157.0402

#35c033 color RGB value is (53,192,51).

#35c033 hex color red value is 53, green value is 192 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #35c033 hue: 0.33 , saturation: 0.58 and the lightness value of 35c033 is 0.48.

The process color (four color CMYK) of #35c033 color hex is 0.72, 0.00, 0.73, 0.25. Web safe color of #35c033 is #33cc33. Color #35c033 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 11000000 00110011
Octal 65 300 63
Decimal 53 192 51
Hex 35 C0 33

RGB Percentages of Color #35c033

%17.91
%64.86
%17.23

CMYK Percentages of Color #35c033

%72
%0
%73
%25

Triadic Colors of #35c033

#35c033 #3335c0 #c03335

Analogous Colors of #35c033

#35c033 #33c078 #7cc033

Monochromatic Colors of #35c033

#35c033

Complementary Color

#35c033 #be33c0

#35c033 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35c033 Color Preview on White Background

Lorem ipsum dolor sit amet.

#35c033 Color CSS Codes

.mybgcolor {background-color:#35c033; } 
.myforecolor {color:#35c033; }
.mybordercolor {border:3px solid #35c033; }

#35c033 Text Font Color

<p style="color:#35c033">Text here</p>

This sample text font color is #35c033
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#35c033 Background Color

<div style="background-color:#35c033">
Div content here</div>

This div background color is #35c033


#35c033 Border Color

<div style="border:3px solid #35c033">
Div here</div>

This div border color is #35c033


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,192,51, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35c033; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35c033;
  -webkit-box-shadow: 1px 1px 3px 2px #35c033;
  box-shadow:         1px 1px 3px 2px #35c033; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,192,51, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #35c033">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #35c033;
  -webkit-box-shadow: 1px 1px 3px 2px #35c033;
  box-shadow:         1px 1px 3px 2px #35c033;">
Div content here</div>

This div box has shadow with color #35c033


Comments

No comments written yet.

Please login to write comment.