#52D53E

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

Shades of Lime Green #52D53E

Tints of Lime Green #52D53E

Color information

#52D53E (or 0x52D53E) is unknown color: approx Lime Green. HEX triplet: 52, D5 and 3E. RGB value is (82,213,62). Sum of RGB (Red+Green+Blue) = 82+213+62=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 213 (83.59% from 255 or 59.66% from 357); Blue value is 62 (24.61% from 255 or 17.37% from 357); Max value from RGB is 213 - color contains mainly: green. Hex color #52D53E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D53E is #AD2AC1. Grayscale: #9D9D9D. Windows color (decimal): -11348674 or 4117842. OLE color: 4117842.

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

Color convert

RGB8221362-
CMYK0.6200.710.16
HSL112.05º64.26%53.92%-
HSV(B)112.05º70.89%83.53%-
XYZ28.1449.7312.67-
YUV156.6274.674.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.97%
GREEN value IS 213 (83.59% from 255) = 59.66%
BLUE value IS 62 (24.61% from 255) = 17.37%
R=22.97%
G=59.66%
B=17.37%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal82213620.6200.710.16112.0564.2653.92
Hex52D53E3E04710704036
Octal122325767601072016010066
Binary101001011010101111110111110010001111000011100001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52D53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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