#52E036

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

Shades of Lime Green #52E036

Tints of Lime Green #52E036

Color information

#52E036 (or 0x52E036) is unknown color: approx Lime Green. HEX triplet: 52, E0 and 36. RGB value is (82,224,54). Sum of RGB (Red+Green+Blue) = 82+224+54=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 224 (87.89% from 255 or 62.22% from 360); Blue value is 54 (21.48% from 255 or 15% from 360); Max value from RGB is 224 - color contains mainly: green. Hex color #52E036 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52E036 is #AD1FC9. Grayscale: #A2A2A2. Windows color (decimal): -11345866 or 3596370. OLE color: 3596370.

HSL color Cylindrical-coordinate representation of color #52E036: hue angle of 110.12º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #52E036 is Cyan = 0.63, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB8222454-
CMYK0.6300.760.12
HSL110.12º73.28%54.51%-
HSV(B)110.12º75.89%87.84%-
XYZ30.855.3712.55-
YUV162.1666.9670.82-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.78%
GREEN value IS 224 (87.89% from 255) = 62.22%
BLUE value IS 54 (21.48% from 255) = 15%
R=22.78%
G=62.22%
B=15%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal82224540.6300.760.12110.1273.2854.51
Hex52E0363F04CC6e4937
Octal122340667701141415611167
Binary10100101110000011011011111101001100110011011101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52E036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,224,54); }

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

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

 a { background-color: rgb(82,224,54); }

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

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

 span { border-color: rgb(82,224,54); }

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