#35DE42

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

Shades of Lime Green #35DE42

Tints of Lime Green #35DE42

Color information

#35DE42 (or 0x35DE42) is unknown color: approx Lime Green. HEX triplet: 35, DE and 42. RGB value is (53,222,66). Sum of RGB (Red+Green+Blue) = 53+222+66=341 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.54% from 341); Green value is 222 (87.11% from 255 or 65.10% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 222 - color contains mainly: green. Hex color #35DE42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35DE42 is #CA21BD. Grayscale: #9A9A9A. Windows color (decimal): -13246910 or 4382261. OLE color: 4382261.

HSL color Cylindrical-coordinate representation of color #35DE42: hue angle of 124.62º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DE42 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB5322266-
CMYK0.7600.700.13
HSL124.62º71.91%53.92%-
HSV(B)124.62º76.13%87.06%-
XYZ28.5753.3913.95-
YUV153.6878.5156.18-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.54%
GREEN value IS 222 (87.11% from 255) = 65.10%
BLUE value IS 66 (26.17% from 255) = 19.35%
R=15.54%
G=65.10%
B=19.35%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal53222660.7600.700.13124.6271.9153.92
Hex35DE424C046D7d4836
Octal6533610211401061517511066
Binary110101110111101000010100110001000110110111111011001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35DE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,222,66); }

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

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

 a { background-color: rgb(53,222,66); }

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

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

 span { border-color: rgb(53,222,66); }

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