#52D548

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

Shades of Lime Green #52D548

Tints of Lime Green #52D548

Color information

#52D548 (or 0x52D548) is unknown color: approx Lime Green. HEX triplet: 52, D5 and 48. RGB value is (82,213,72). Sum of RGB (Red+Green+Blue) = 82+213+72=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 213 (83.59% from 255 or 58.04% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 213 - color contains mainly: green. Hex color #52D548 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D548 is #AD2AB7. Grayscale: #9E9E9E. Windows color (decimal): -11348664 or 4773202. OLE color: 4773202.

HSL color Cylindrical-coordinate representation of color #52D548: hue angle of 115.74º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52D548 is Cyan = 0.62, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB8221372-
CMYK0.6200.660.16
HSL115.74º62.67%55.88%-
HSV(B)115.74º66.2%83.53%-
XYZ28.4449.8514.25-
YUV157.7679.673.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.34%
GREEN value IS 213 (83.59% from 255) = 58.04%
BLUE value IS 72 (28.52% from 255) = 19.62%
R=22.34%
G=58.04%
B=19.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal82213720.6200.660.16115.7462.6755.88
Hex52D5483E04210743f38
Octal122325110760102201647770
Binary101001011010101100100011111001000010100001110100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52D548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,213,72); }

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

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

 a { background-color: rgb(82,213,72); }

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

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

 span { border-color: rgb(82,213,72); }

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