Shades of Lime Green #32F04C
Tints of Lime Green #32F04C
RGB
CMYK
RGB Variations
Color information
#32F04C (or 0x32F04C) is known color: Lime Green. HEX triplet: 32, F0 and 4C. RGB value is (50,240,76). Sum of RGB (Red+Green+Blue) = 50+240+76=366 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.66% from 366); Green value is 240 (94.14% from 255 or 65.57% from 366); Blue value is 76 (30.08% from 255 or 20.77% from 366); Max value from RGB is 240 - color contains mainly: green. Hex color #32F04C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F04C is #CD0FB3. Grayscale: #A4A4A4. Windows color (decimal): -13438900 or 5042226. OLE color: 5042226.
HSL color Cylindrical-coordinate representation of color #32F04C: hue angle of 128.21º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32F04C is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 240 | 76 | - |
| CMYK | 0.79 | 0 | 0.68 | 0.06 |
| HSL | 128.21º | 0.86% | 0.57% | - |
| HSV(B) | 128.21º | 0.79% | 0.94% | - |
| XYZ | 33.78 | 63.52 | 17.32 | - |
| YUV | 164.49 | 78.05 | 46.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 240 | 76 | 0.79 | 0 | 0.68 | 0.06 | 128.21 | 0.86 | 0.57 |
| Hex | 32 | F0 | 4C | 4F | 0 | 44 | 6 | 80 | 56 | 39 |
| Octal | 62 | 360 | 114 | 117 | 0 | 104 | 6 | 200 | 126 | 71 |
| Binary | 110010 | 11110000 | 1001100 | 1001111 | 0 | 1000100 | 110 | 10000000 | 1010110 | 111001 |
Color Harmonies of #32F04C
Complementary color
Monochromatic Colors of #32F04C
Black with #32F04C
Text Example
Text Example
White with #32F04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F04C; }
p { color: rgb(50,240,76); }
H1.HeaderClassName
{
color: #32F04C;
}
.AnyTagClassName
{
color: #32F04C;
}
</style>
background-color css
<style>
a { background-color: #32F04C; }
a { background-color: rgb(50,240,76); }
div.DivClassName
{
background-color: #32F04C;
}
.BgClassName
{
background-color: #32F04C;
}
</style>
border-color css
<style>
span { border-color: #32F04C; }
span { border-color: rgb(50,240,76); }
td.TdClassName
{
border-color: #32F04C;
}
.TagClassName
{
border-color: #32F04C;
}
</style>