#52D948

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

Shades of Lime Green #52D948

Tints of Lime Green #52D948

Color information

#52D948 (or 0x52D948) is unknown color: approx Lime Green. HEX triplet: 52, D9 and 48. RGB value is (82,217,72). Sum of RGB (Red+Green+Blue) = 82+217+72=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 217 (85.16% from 255 or 58.49% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 217 - color contains mainly: green. Hex color #52D948 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D948 is #AD26B7. Grayscale: #A0A0A0. Windows color (decimal): -11347640 or 4774226. OLE color: 4774226.

HSL color Cylindrical-coordinate representation of color #52D948: hue angle of 115.86º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52D948 is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB8221772-
CMYK0.6200.670.15
HSL115.86º65.61%56.67%-
HSV(B)115.86º66.82%85.1%-
XYZ29.4651.8914.59-
YUV160.178.2772.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.10%
GREEN value IS 217 (85.16% from 255) = 58.49%
BLUE value IS 72 (28.52% from 255) = 19.41%
R=22.10%
G=58.49%
B=19.41%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal82217720.6200.670.15115.8665.6156.67
Hex52D9483E043F744239
Octal1223311107601031716410271
Binary101001011011001100100011111001000011111111101001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52D948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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