#35D418

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

Shades of Lime Green #35D418

Tints of Lime Green #35D418

Color information

#35D418 (or 0x35D418) is unknown color: approx Lime Green. HEX triplet: 35, D4 and 18. RGB value is (53,212,24). Sum of RGB (Red+Green+Blue) = 53+212+24=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 212 (83.20% from 255 or 73.36% from 289); Blue value is 24 (9.77% from 255 or 8.30% from 289); Max value from RGB is 212 - color contains mainly: green. Hex color #35D418 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35D418 is #CA2BE7. Grayscale: #8F8F8F. Windows color (decimal): -13249512 or 1627189. OLE color: 1627189.

HSL color Cylindrical-coordinate representation of color #35D418: hue angle of 110.74º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #35D418 is Cyan = 0.75, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.17.

Color convert

RGB5321224-
CMYK0.7500.890.17
HSL110.74º79.66%46.27%-
HSV(B)110.74º88.68%83.14%-
XYZ25.1847.918.78-
YUV143.0360.8263.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.34%
GREEN value IS 212 (83.20% from 255) = 73.36%
BLUE value IS 24 (9.77% from 255) = 8.30%
R=18.34%
G=73.36%
B=8.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal53212240.7500.890.17110.7479.6646.27
Hex35D4184B059116f502e
Octal653243011301312115712056
Binary11010111010100110001001011010110011000111011111010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,212,24); }

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

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

 a { background-color: rgb(53,212,24); }

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

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

 span { border-color: rgb(53,212,24); }

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