#35CE4F

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

Shades of Lime Green #35CE4F

Tints of Lime Green #35CE4F

Color information

#35CE4F (or 0x35CE4F) is unknown color: approx Lime Green. HEX triplet: 35, CE and 4F. RGB value is (53,206,79). Sum of RGB (Red+Green+Blue) = 53+206+79=338 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.68% from 338); Green value is 206 (80.86% from 255 or 60.95% from 338); Blue value is 79 (31.25% from 255 or 23.37% from 338); Max value from RGB is 206 - color contains mainly: green. Hex color #35CE4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35CE4F is #CA31B0. Grayscale: #929292. Windows color (decimal): -13250993 or 5230133. OLE color: 5230133.

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

Color convert

RGB5320679-
CMYK0.7400.620.19
HSL130.2º60.96%50.78%-
HSV(B)130.2º74.27%80.78%-
XYZ24.9545.4614.86-
YUV145.7890.3161.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.68%
GREEN value IS 206 (80.86% from 255) = 60.95%
BLUE value IS 79 (31.25% from 255) = 23.37%
R=15.68%
G=60.95%
B=23.37%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal53206790.7400.620.19130.260.9650.78
Hex35CE4F4A03E13823d33
Octal65316117112076232027563
Binary110101110011101001111100101001111101001110000010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CE4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,206,79); }

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

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

 a { background-color: rgb(53,206,79); }

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

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

 span { border-color: rgb(53,206,79); }

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