#52DD42

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

Shades of Lime Green #52DD42

Tints of Lime Green #52DD42

Color information

#52DD42 (or 0x52DD42) is unknown color: approx Lime Green. HEX triplet: 52, DD and 42. RGB value is (82,221,66). Sum of RGB (Red+Green+Blue) = 82+221+66=369 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.22% from 369); Green value is 221 (86.72% from 255 or 59.89% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 221 - color contains mainly: green. Hex color #52DD42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52DD42 is #AD22BD. Grayscale: #A2A2A2. Windows color (decimal): -11346622 or 4382034. OLE color: 4382034.

HSL color Cylindrical-coordinate representation of color #52DD42: hue angle of 113.81º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52DD42 is Cyan = 0.63, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB8222166-
CMYK0.6300.700.13
HSL113.81º69.51%56.27%-
HSV(B)113.81º70.14%86.67%-
XYZ30.3253.913.96-
YUV161.7773.9571.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.22%
GREEN value IS 221 (86.72% from 255) = 59.89%
BLUE value IS 66 (26.17% from 255) = 17.89%
R=22.22%
G=59.89%
B=17.89%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal82221660.6300.700.13113.8169.5156.27
Hex52DD423F046D724638
Octal1223351027701061516210670
Binary101001011011101100001011111101000110110111100101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52DD42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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