#52ef2e

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

Shades of Lime Green #52EF2E

Tints of Lime Green #52EF2E

Color information

#52EF2E (or 0x52EF2E) is unknown color: approx Lime Green. HEX triplet: 52, EF and 2E. RGB value is (82,239,46). Sum of RGB (Red+Green+Blue) = 82+239+46=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 239 (93.75% from 255 or 65.12% from 367); Blue value is 46 (18.36% from 255 or 12.53% from 367); Max value from RGB is 239 - color contains mainly: green. Hex color #52EF2E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52EF2E is #AD10D1. Grayscale: #AAAAAA. Windows color (decimal): -11342034 or 3075922. OLE color: 3075922.

HSL color Cylindrical-coordinate representation of color #52EF2E: hue angle of 108.81º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #52EF2E is Cyan = 0.66, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB8223946-
CMYK0.6600.810.06
HSL108.81º85.78%55.88%-
HSV(B)108.81º80.75%93.73%-
XYZ34.8463.7213.05-
YUV170.0557.9965.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.34%
GREEN value IS 239 (93.75% from 255) = 65.12%
BLUE value IS 46 (18.36% from 255) = 12.53%
R=22.34%
G=65.12%
B=12.53%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal82239460.6600.810.06108.8185.7855.88
Hex52EF2E4205166d5638
Octal122357561020121615512670
Binary10100101110111110111010000100101000111011011011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52ef2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,239,46); }

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

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

 a { background-color: rgb(82,239,46); }

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

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

 span { border-color: rgb(82,239,46); }

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