#35CF39

Color #35CF39 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #35CF39

Tints of Lime Green #35CF39

Color information

#35CF39 (or 0x35CF39) is unknown color: approx Lime Green. HEX triplet: 35, CF and 39. RGB value is (53,207,57). Sum of RGB (Red+Green+Blue) = 53+207+57=317 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.72% from 317); Green value is 207 (81.25% from 255 or 65.30% from 317); Blue value is 57 (22.66% from 255 or 17.98% from 317); Max value from RGB is 207 - color contains mainly: green. Hex color #35CF39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35CF39 is #CA30C6. Grayscale: #909090. Windows color (decimal): -13250759 or 3788597. OLE color: 3788597.

HSL color Cylindrical-coordinate representation of color #35CF39: hue angle of 121.56º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CF39 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB5320757-
CMYK0.7400.720.19
HSL121.56º61.6%50.98%-
HSV(B)121.56º74.4%81.18%-
XYZ24.5245.6811.4-
YUV143.8578.9863.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 16.72%
GREEN value IS 207 (81.25% from 255) = 65.30%
BLUE value IS 57 (22.66% from 255) = 17.98%
R=16.72%
G=65.30%
B=17.98%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal53207570.7400.720.19121.5661.650.98
Hex35CF394A048137a3e33
Octal65317711120110231727663
Binary11010111001111111001100101001001000100111111010111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CF39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35CF39; }

 p { color: rgb(53,207,57); }

 H1.HeaderClassName
 {
   color: #35CF39;
 }
 .AnyTagClassName
 {
   color: #35CF39;
 }
</style>
background-color css

<style>
 a { background-color: #35CF39; }

 a { background-color: rgb(53,207,57); }

 div.DivClassName
 {
   background-color: #35CF39;
 }
 .BgClassName
 {
   background-color: #35CF39;
 }
</style>
border-color css

<style>
 span { border-color: #35CF39; }

 span { border-color: rgb(53,207,57); }

 td.TdClassName
 {
   border-color: #35CF39;
 }
 .TagClassName
 {
   border-color: #35CF39;
 }
</style>