#52DE49

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

Shades of Lime Green #52DE49

Tints of Lime Green #52DE49

Color information

#52DE49 (or 0x52DE49) is unknown color: approx Lime Green. HEX triplet: 52, DE and 49. RGB value is (82,222,73). Sum of RGB (Red+Green+Blue) = 82+222+73=377 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.75% from 377); Green value is 222 (87.11% from 255 or 58.89% from 377); Blue value is 73 (28.91% from 255 or 19.36% from 377); Max value from RGB is 222 - color contains mainly: green. Hex color #52DE49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52DE49 is #AD21B6. Grayscale: #A3A3A3. Windows color (decimal): -11346359 or 4841042. OLE color: 4841042.

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

Color convert

RGB8222273-
CMYK0.6300.670.13
HSL116.38º69.3%57.84%-
HSV(B)116.38º67.12%87.06%-
XYZ30.854.5215.2-
YUV163.1577.1270.12-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.75%
GREEN value IS 222 (87.11% from 255) = 58.89%
BLUE value IS 73 (28.91% from 255) = 19.36%
R=21.75%
G=58.89%
B=19.36%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal82222730.6300.670.13116.3869.357.84
Hex52DE493F043D74453a
Octal1223361117701031516410572
Binary101001011011110100100111111101000011110111101001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52DE49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,222,73); }

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

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

 a { background-color: rgb(82,222,73); }

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

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

 span { border-color: rgb(82,222,73); }

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