#52F536

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

Shades of Lime Green #52F536

Tints of Lime Green #52F536

Color information

#52F536 (or 0x52F536) is unknown color: approx Lime Green. HEX triplet: 52, F5 and 36. RGB value is (82,245,54). Sum of RGB (Red+Green+Blue) = 82+245+54=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 245 (96.09% from 255 or 64.30% from 381); Blue value is 54 (21.48% from 255 or 14.17% from 381); Max value from RGB is 245 - color contains mainly: green. Hex color #52F536 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F536 is #AD0AC9. Grayscale: #AFAFAF. Windows color (decimal): -11340490 or 3601746. OLE color: 3601746.

HSL color Cylindrical-coordinate representation of color #52F536: hue angle of 111.2º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #52F536 is Cyan = 0.67, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB8224554-
CMYK0.6700.780.04
HSL111.2º90.52%58.63%-
HSV(B)111.2º77.96%96.08%-
XYZ36.867.3614.55-
YUV174.496062.03-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.52%
GREEN value IS 245 (96.09% from 255) = 64.30%
BLUE value IS 54 (21.48% from 255) = 14.17%
R=21.52%
G=64.30%
B=14.17%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal82245540.6700.780.04111.290.5258.63
Hex52F5364304E46f5b3b
Octal122365661030116415713373
Binary10100101111010111011010000110100111010011011111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52F536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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