#52D13B

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

Shades of Lime Green #52D13B

Tints of Lime Green #52D13B

Color information

#52D13B (or 0x52D13B) is unknown color: approx Lime Green. HEX triplet: 52, D1 and 3B. RGB value is (82,209,59). Sum of RGB (Red+Green+Blue) = 82+209+59=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 209 (82.03% from 255 or 59.71% from 350); Blue value is 59 (23.44% from 255 or 16.86% from 350); Max value from RGB is 209 - color contains mainly: green. Hex color #52D13B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D13B is #AD2EC4. Grayscale: #9A9A9A. Windows color (decimal): -11349701 or 3920210. OLE color: 3920210.

HSL color Cylindrical-coordinate representation of color #52D13B: hue angle of 110.8º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #52D13B is Cyan = 0.61, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB8220959-
CMYK0.6100.720.18
HSL110.8º61.98%52.55%-
HSV(B)110.8º71.77%81.96%-
XYZ27.0747.7111.92-
YUV153.9374.4276.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.43%
GREEN value IS 209 (82.03% from 255) = 59.71%
BLUE value IS 59 (23.44% from 255) = 16.86%
R=23.43%
G=59.71%
B=16.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal82209590.6100.720.18110.861.9852.55
Hex52D13B3D048126f3e35
Octal12232173750110221577665
Binary10100101101000111101111110101001000100101101111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52D13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,209,59); }

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

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

 a { background-color: rgb(82,209,59); }

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

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

 span { border-color: rgb(82,209,59); }

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