#52DB4E

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

Shades of Lime Green #52DB4E

Tints of Lime Green #52DB4E

Color information

#52DB4E (or 0x52DB4E) is unknown color: approx Lime Green. HEX triplet: 52, DB and 4E. RGB value is (82,219,78). Sum of RGB (Red+Green+Blue) = 82+219+78=379 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.64% from 379); Green value is 219 (85.94% from 255 or 57.78% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 219 - color contains mainly: green. Hex color #52DB4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DB4E is #AD24B1. Grayscale: #A2A2A2. Windows color (decimal): -11347122 or 5167954. OLE color: 5167954.

HSL color Cylindrical-coordinate representation of color #52DB4E: hue angle of 118.3º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52DB4E is Cyan = 0.63, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB8221978-
CMYK0.6300.640.14
HSL118.3º66.2%58.24%-
HSV(B)118.3º64.38%85.88%-
XYZ30.1953.0115.85-
YUV161.9680.6170.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.64%
GREEN value IS 219 (85.94% from 255) = 57.78%
BLUE value IS 78 (30.86% from 255) = 20.58%
R=21.64%
G=57.78%
B=20.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal82219780.6300.640.14118.366.258.24
Hex52DB4E3F040E76423a
Octal1223331167701001616610272
Binary101001011011011100111011111101000000111011101101000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52DB4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,219,78); }

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

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

 a { background-color: rgb(82,219,78); }

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

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

 span { border-color: rgb(82,219,78); }

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