#35CD4E

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

Shades of Lime Green #35CD4E

Tints of Lime Green #35CD4E

Color information

#35CD4E (or 0x35CD4E) is unknown color: approx Lime Green. HEX triplet: 35, CD and 4E. RGB value is (53,205,78). Sum of RGB (Red+Green+Blue) = 53+205+78=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 205 (80.47% from 255 or 61.01% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 205 - color contains mainly: green. Hex color #35CD4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35CD4E is #CA32B1. Grayscale: #919191. Windows color (decimal): -13251250 or 5164341. OLE color: 5164341.

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

Color convert

RGB5320578-
CMYK0.7400.620.20
HSL129.87º60.32%50.59%-
HSV(B)129.87º74.15%80.39%-
XYZ24.6744.9714.59-
YUV145.0790.1462.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.77%
GREEN value IS 205 (80.47% from 255) = 61.01%
BLUE value IS 78 (30.86% from 255) = 23.21%
R=15.77%
G=61.01%
B=23.21%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal53205780.7400.620.20129.8760.3250.59
Hex35CD4E4A03E14823c33
Octal65315116112076242027463
Binary110101110011011001110100101001111101010010000010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,205,78); }

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

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

 a { background-color: rgb(53,205,78); }

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

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

 span { border-color: rgb(53,205,78); }

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