Shades of Lime Green #32BF24
Tints of Lime Green #32BF24
RGB
CMYK
RGB Variations
Color information
#32BF24 (or 0x32BF24) is known color: Lime Green. HEX triplet: 32, BF and 24. RGB value is (50,191,36). Sum of RGB (Red+Green+Blue) = 50+191+36=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 191 (75% from 255 or 68.95% from 277); Blue value is 36 (14.45% from 255 or 13.00% from 277); Max value from RGB is 191 - color contains mainly: green. Hex color #32BF24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BF24 is #CD40DB. Grayscale: #838383. Windows color (decimal): -13451484 or 2408242. OLE color: 2408242.
HSL color Cylindrical-coordinate representation of color #32BF24: hue angle of 114.58º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #32BF24 is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 191 | 36 | - |
| CMYK | 0.74 | 0 | 0.81 | 0.25 |
| HSL | 114.58º | 0.68% | 0.45% | - |
| HSV(B) | 114.58º | 0.81% | 0.75% | - |
| XYZ | 20.26 | 38.07 | 7.95 | - |
| YUV | 131.17 | 74.29 | 70.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 36 | 0.74 | 0 | 0.81 | 0.25 | 114.58 | 0.68 | 0.45 |
| Hex | 32 | BF | 24 | 4A | 0 | 51 | 19 | 73 | 44 | 2D |
| Octal | 62 | 277 | 44 | 112 | 0 | 121 | 31 | 163 | 104 | 55 |
| Binary | 110010 | 10111111 | 100100 | 1001010 | 0 | 1010001 | 11001 | 1110011 | 1000100 | 101101 |
Color Harmonies of #32BF24
Complementary color
Monochromatic Colors of #32BF24
Black with #32BF24
Text Example
Text Example
White with #32BF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BF24; }
p { color: rgb(50,191,36); }
H1.HeaderClassName
{
color: #32BF24;
}
.AnyTagClassName
{
color: #32BF24;
}
</style>
background-color css
<style>
a { background-color: #32BF24; }
a { background-color: rgb(50,191,36); }
div.DivClassName
{
background-color: #32BF24;
}
.BgClassName
{
background-color: #32BF24;
}
</style>
border-color css
<style>
span { border-color: #32BF24; }
span { border-color: rgb(50,191,36); }
td.TdClassName
{
border-color: #32BF24;
}
.TagClassName
{
border-color: #32BF24;
}
</style>