#52e63e

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

Shades of Lime Green #52E63E

Tints of Lime Green #52E63E

Color information

#52E63E (or 0x52E63E) is unknown color: approx Lime Green. HEX triplet: 52, E6 and 3E. RGB value is (82,230,62). Sum of RGB (Red+Green+Blue) = 82+230+62=374 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.93% from 374); Green value is 230 (90.23% from 255 or 61.50% from 374); Blue value is 62 (24.61% from 255 or 16.58% from 374); Max value from RGB is 230 - color contains mainly: green. Hex color #52E63E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52E63E is #AD19C1. Grayscale: #A7A7A7. Windows color (decimal): -11344322 or 4122194. OLE color: 4122194.

HSL color Cylindrical-coordinate representation of color #52E63E: hue angle of 112.86º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #52E63E is Cyan = 0.64, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB8223062-
CMYK0.6400.730.10
HSL112.86º77.06%57.25%-
HSV(B)112.86º73.04%90.2%-
XYZ32.6558.7414.17-
YUV166.668.9767.66-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.93%
GREEN value IS 230 (90.23% from 255) = 61.50%
BLUE value IS 62 (24.61% from 255) = 16.58%
R=21.93%
G=61.50%
B=16.58%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal82230620.6400.730.10112.8677.0657.25
Hex52E63E40049A714d39
Octal1223467610001111216111571
Binary101001011100110111110100000001001001101011100011001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52e63e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,230,62); }

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

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

 a { background-color: rgb(82,230,62); }

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

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

 span { border-color: rgb(82,230,62); }

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