#35CF36

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

Shades of Lime Green #35CF36

Tints of Lime Green #35CF36

Color information

#35CF36 (or 0x35CF36) is unknown color: approx Lime Green. HEX triplet: 35, CF and 36. RGB value is (53,207,54). Sum of RGB (Red+Green+Blue) = 53+207+54=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 207 (81.25% from 255 or 65.92% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 207 - color contains mainly: green. Hex color #35CF36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35CF36 is #CA30C9. Grayscale: #8F8F8F. Windows color (decimal): -13250762 or 3591989. OLE color: 3591989.

HSL color Cylindrical-coordinate representation of color #35CF36: hue angle of 120.39º 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 #35CF36 is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB5320754-
CMYK0.7400.740.19
HSL120.39º61.6%50.98%-
HSV(B)120.39º74.4%81.18%-
XYZ24.4545.6511.01-
YUV143.5177.4863.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.88%
GREEN value IS 207 (81.25% from 255) = 65.92%
BLUE value IS 54 (21.48% from 255) = 17.20%
R=16.88%
G=65.92%
B=17.20%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal53207540.7400.740.19120.3961.650.98
Hex35CF364A04A13783e33
Octal65317661120112231707663
Binary11010111001111110110100101001001010100111111000111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CF36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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