#52D439

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

Shades of Lime Green #52D439

Tints of Lime Green #52D439

Color information

#52D439 (or 0x52D439) is unknown color: approx Lime Green. HEX triplet: 52, D4 and 39. RGB value is (82,212,57). Sum of RGB (Red+Green+Blue) = 82+212+57=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 212 (83.20% from 255 or 60.40% from 351); Blue value is 57 (22.66% from 255 or 16.24% from 351); Max value from RGB is 212 - color contains mainly: green. Hex color #52D439 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D439 is #AD2BC6. Grayscale: #9B9B9B. Windows color (decimal): -11348935 or 3789906. OLE color: 3789906.

HSL color Cylindrical-coordinate representation of color #52D439: hue angle of 110.32º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #52D439 is Cyan = 0.61, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB8221257-
CMYK0.6100.730.17
HSL110.32º64.32%52.75%-
HSV(B)110.32º73.11%83.14%-
XYZ27.7649.1811.9-
YUV155.4672.4375.6-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.36%
GREEN value IS 212 (83.20% from 255) = 60.40%
BLUE value IS 57 (22.66% from 255) = 16.24%
R=23.36%
G=60.40%
B=16.24%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal82212570.6100.730.17110.3264.3252.75
Hex52D4393D049116e4035
Octal122324717501112115610065
Binary101001011010100111001111101010010011000111011101000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52D439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,212,57); }

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

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

 a { background-color: rgb(82,212,57); }

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

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

 span { border-color: rgb(82,212,57); }

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