#52DE3E

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

Shades of Lime Green #52DE3E

Tints of Lime Green #52DE3E

Color information

#52DE3E (or 0x52DE3E) is unknown color: approx Lime Green. HEX triplet: 52, DE and 3E. RGB value is (82,222,62). Sum of RGB (Red+Green+Blue) = 82+222+62=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 222 (87.11% from 255 or 60.66% from 366); Blue value is 62 (24.61% from 255 or 16.94% from 366); Max value from RGB is 222 - color contains mainly: green. Hex color #52DE3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52DE3E is #AD21C1. Grayscale: #A2A2A2. Windows color (decimal): -11346370 or 4120146. OLE color: 4120146.

HSL color Cylindrical-coordinate representation of color #52DE3E: hue angle of 112.5º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #52DE3E is Cyan = 0.63, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB8222262-
CMYK0.6300.720.13
HSL112.5º70.8%55.69%-
HSV(B)112.5º72.07%87.06%-
XYZ30.4754.3813.45-
YUV161.971.6271.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.40%
GREEN value IS 222 (87.11% from 255) = 60.66%
BLUE value IS 62 (24.61% from 255) = 16.94%
R=22.40%
G=60.66%
B=16.94%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal82222620.6300.720.13112.570.855.69
Hex52DE3E3F048D704738
Octal122336767701101516010770
Binary10100101101111011111011111101001000110111100001000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52DE3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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