#52e13e

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

Shades of Lime Green #52E13E

Tints of Lime Green #52E13E

Color information

#52E13E (or 0x52E13E) is unknown color: approx Lime Green. HEX triplet: 52, E1 and 3E. RGB value is (82,225,62). Sum of RGB (Red+Green+Blue) = 82+225+62=369 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.22% from 369); Green value is 225 (88.28% from 255 or 60.98% from 369); Blue value is 62 (24.61% from 255 or 16.80% from 369); Max value from RGB is 225 - color contains mainly: green. Hex color #52E13E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52E13E is #AD1EC1. Grayscale: #A4A4A4. Windows color (decimal): -11345602 or 4120914. OLE color: 4120914.

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

Color convert

RGB8222562-
CMYK0.6400.720.12
HSL112.64º73.09%56.27%-
HSV(B)112.64º72.44%88.24%-
XYZ31.2755.9913.72-
YUV163.6670.6269.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.22%
GREEN value IS 225 (88.28% from 255) = 60.98%
BLUE value IS 62 (24.61% from 255) = 16.80%
R=22.22%
G=60.98%
B=16.80%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal82225620.6400.720.12112.6473.0956.27
Hex52E13E40048C714938
Octal1223417610001101416111170
Binary101001011100001111110100000001001000110011100011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52e13e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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