#52DC42

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

Shades of Lime Green #52DC42

Tints of Lime Green #52DC42

Color information

#52DC42 (or 0x52DC42) is unknown color: approx Lime Green. HEX triplet: 52, DC and 42. RGB value is (82,220,66). Sum of RGB (Red+Green+Blue) = 82+220+66=368 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.28% from 368); Green value is 220 (86.33% from 255 or 59.78% from 368); Blue value is 66 (26.17% from 255 or 17.93% from 368); Max value from RGB is 220 - color contains mainly: green. Hex color #52DC42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52DC42 is #AD23BD. Grayscale: #A1A1A1. Windows color (decimal): -11346878 or 4381778. OLE color: 4381778.

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

Color convert

RGB8222066-
CMYK0.6300.70.14
HSL113.77º68.75%56.08%-
HSV(B)113.77º70%86.27%-
XYZ30.0653.3713.87-
YUV161.1874.2871.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.28%
GREEN value IS 220 (86.33% from 255) = 59.78%
BLUE value IS 66 (26.17% from 255) = 17.93%
R=22.28%
G=59.78%
B=17.93%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal82220660.6300.70.14113.7768.7556.08
Hex52DC423F046E724538
Octal1223341027701061616210570
Binary101001011011100100001011111101000110111011100101000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52DC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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