#52DC4E

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

Shades of Lime Green #52DC4E

Tints of Lime Green #52DC4E

Color information

#52DC4E (or 0x52DC4E) is unknown color: approx Lime Green. HEX triplet: 52, DC and 4E. RGB value is (82,220,78). Sum of RGB (Red+Green+Blue) = 82+220+78=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 220 (86.33% from 255 or 57.89% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 220 - color contains mainly: green. Hex color #52DC4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DC4E is #AD23B1. Grayscale: #A2A2A2. Windows color (decimal): -11346866 or 5168210. OLE color: 5168210.

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

Color convert

RGB8222078-
CMYK0.6300.650.14
HSL118.31º66.98%58.43%-
HSV(B)118.31º64.55%86.27%-
XYZ30.4553.5315.94-
YUV162.5580.2870.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.58%
GREEN value IS 220 (86.33% from 255) = 57.89%
BLUE value IS 78 (30.86% from 255) = 20.53%
R=21.58%
G=57.89%
B=20.53%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal82220780.6300.650.14118.3166.9858.43
Hex52DC4E3F041E76433a
Octal1223341167701011616610372
Binary101001011011100100111011111101000001111011101101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52DC4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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