#52D43E

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

Shades of Lime Green #52D43E

Tints of Lime Green #52D43E

Color information

#52D43E (or 0x52D43E) is unknown color: approx Lime Green. HEX triplet: 52, D4 and 3E. RGB value is (82,212,62). Sum of RGB (Red+Green+Blue) = 82+212+62=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 212 (83.20% from 255 or 59.55% from 356); Blue value is 62 (24.61% from 255 or 17.42% from 356); Max value from RGB is 212 - color contains mainly: green. Hex color #52D43E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D43E is #AD2BC1. Grayscale: #9C9C9C. Windows color (decimal): -11348930 or 4117586. OLE color: 4117586.

HSL color Cylindrical-coordinate representation of color #52D43E: hue angle of 112º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #52D43E is Cyan = 0.61, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB8221262-
CMYK0.6100.710.17
HSL112º63.56%53.73%-
HSV(B)112º70.75%83.14%-
XYZ27.8949.2312.59-
YUV156.0374.9375.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.03%
GREEN value IS 212 (83.20% from 255) = 59.55%
BLUE value IS 62 (24.61% from 255) = 17.42%
R=23.03%
G=59.55%
B=17.42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal82212620.6100.710.1711263.5653.73
Hex52D43E3D04711704036
Octal122324767501072116010066
Binary101001011010100111110111101010001111000111100001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52D43E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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