#35DD42

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

Shades of Lime Green #35DD42

Tints of Lime Green #35DD42

Color information

#35DD42 (or 0x35DD42) is unknown color: approx Lime Green. HEX triplet: 35, DD and 42. RGB value is (53,221,66). Sum of RGB (Red+Green+Blue) = 53+221+66=340 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.59% from 340); Green value is 221 (86.72% from 255 or 65% from 340); Blue value is 66 (26.17% from 255 or 19.41% from 340); Max value from RGB is 221 - color contains mainly: green. Hex color #35DD42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35DD42 is #CA22BD. Grayscale: #999999. Windows color (decimal): -13247166 or 4382005. OLE color: 4382005.

HSL color Cylindrical-coordinate representation of color #35DD42: hue angle of 124.64º degrees, saturation: 0.71, 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 #35DD42 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB5322166-
CMYK0.7600.700.13
HSL124.64º71.19%53.73%-
HSV(B)124.64º76.02%86.67%-
XYZ28.3152.8613.87-
YUV153.178.8456.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.59%
GREEN value IS 221 (86.72% from 255) = 65%
BLUE value IS 66 (26.17% from 255) = 19.41%
R=15.59%
G=65%
B=19.41%

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
Decimal53221660.7600.700.13124.6471.1953.73
Hex35DD424C046D7d4736
Octal6533510211401061517510766
Binary110101110111011000010100110001000110110111111011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35DD42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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