#52F03C

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

Shades of Lime Green #52F03C

Tints of Lime Green #52F03C

Color information

#52F03C (or 0x52F03C) is unknown color: approx Lime Green. HEX triplet: 52, F0 and 3C. RGB value is (82,240,60). Sum of RGB (Red+Green+Blue) = 82+240+60=382 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.47% from 382); Green value is 240 (94.14% from 255 or 62.83% from 382); Blue value is 60 (23.83% from 255 or 15.71% from 382); Max value from RGB is 240 - color contains mainly: green. Hex color #52F03C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F03C is #AD0FC3. Grayscale: #ACACAC. Windows color (decimal): -11341764 or 3993682. OLE color: 3993682.

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

Color convert

RGB8224060-
CMYK0.6600.750.06
HSL112.67º85.71%58.82%-
HSV(B)112.67º75%94.12%-
XYZ35.4664.4414.84-
YUV172.2464.6563.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.47%
GREEN value IS 240 (94.14% from 255) = 62.83%
BLUE value IS 60 (23.83% from 255) = 15.71%
R=21.47%
G=62.83%
B=15.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal82240600.6600.750.06112.6785.7158.82
Hex52F03C4204B671563b
Octal122360741020113616112673
Binary10100101111000011110010000100100101111011100011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52F03C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,240,60); }

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

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

 a { background-color: rgb(82,240,60); }

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

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

 span { border-color: rgb(82,240,60); }

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