#52E147

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

Shades of Lime Green #52E147

Tints of Lime Green #52E147

Color information

#52E147 (or 0x52E147) is unknown color: approx Lime Green. HEX triplet: 52, E1 and 47. RGB value is (82,225,71). Sum of RGB (Red+Green+Blue) = 82+225+71=378 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.69% from 378); Green value is 225 (88.28% from 255 or 59.52% from 378); Blue value is 71 (28.12% from 255 or 18.78% from 378); Max value from RGB is 225 - color contains mainly: green. Hex color #52E147 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52E147 is #AD1EB8. Grayscale: #A5A5A5. Windows color (decimal): -11345593 or 4710738. OLE color: 4710738.

HSL color Cylindrical-coordinate representation of color #52E147: hue angle of 115.71º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52E147 is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB8222571-
CMYK0.6400.680.12
HSL115.71º71.96%58.04%-
HSV(B)115.71º68.44%88.24%-
XYZ31.5456.115.13-
YUV164.6975.1269.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.69%
GREEN value IS 225 (88.28% from 255) = 59.52%
BLUE value IS 71 (28.12% from 255) = 18.78%
R=21.69%
G=59.52%
B=18.78%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal82225710.6400.680.12115.7171.9658.04
Hex52E14740044C74483a
Octal12234110710001041416411072
Binary1010010111000011000111100000001000100110011101001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52E147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,225,71); }

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

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

 a { background-color: rgb(82,225,71); }

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

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

 span { border-color: rgb(82,225,71); }

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