#32CF52

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

Shades of Lime Green #32CF52

Tints of Lime Green #32CF52

Color information

#32CF52 (or 0x32CF52) is unknown color: approx Lime Green. HEX triplet: 32, CF and 52. RGB value is (50,207,82). Sum of RGB (Red+Green+Blue) = 50+207+82=339 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.75% from 339); Green value is 207 (81.25% from 255 or 61.06% from 339); Blue value is 82 (32.42% from 255 or 24.19% from 339); Max value from RGB is 207 - color contains mainly: green. Hex color #32CF52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CF52 is #CD30AD. Grayscale: #929292. Windows color (decimal): -13447342 or 5426994. OLE color: 5426994.

HSL color Cylindrical-coordinate representation of color #32CF52: hue angle of 132.23º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CF52 is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB5020782-
CMYK0.7600.600.19
HSL132.23º62.06%50.39%-
HSV(B)132.23º75.85%81.18%-
XYZ25.1545.9115.52-
YUV145.8191.9959.66-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.75%
GREEN value IS 207 (81.25% from 255) = 61.06%
BLUE value IS 82 (32.42% from 255) = 24.19%
R=14.75%
G=61.06%
B=24.19%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal50207820.7600.600.19132.2362.0650.39
Hex32CF524C03C13843e32
Octal62317122114074232047662
Binary110010110011111010010100110001111001001110000100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32CF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32CF52; }

 p { color: rgb(50,207,82); }

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

<style>
 a { background-color: #32CF52; }

 a { background-color: rgb(50,207,82); }

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

<style>
 span { border-color: #32CF52; }

 span { border-color: rgb(50,207,82); }

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