Shades of Lime Green #32C024
Tints of Lime Green #32C024
RGB
CMYK
RGB Variations
Color information
#32C024 (or 0x32C024) is known color: Lime Green. HEX triplet: 32, C0 and 24. RGB value is (50,192,36). Sum of RGB (Red+Green+Blue) = 50+192+36=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 192 (75.39% from 255 or 69.06% from 278); Blue value is 36 (14.45% from 255 or 12.95% from 278); Max value from RGB is 192 - color contains mainly: green. Hex color #32C024 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C024 is #CD3FDB. Grayscale: #848484. Windows color (decimal): -13451228 or 2408498. OLE color: 2408498.
HSL color Cylindrical-coordinate representation of color #32C024: hue angle of 114.62º 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 #32C024 is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 192 | 36 | - |
| CMYK | 0.74 | 0 | 0.81 | 0.25 |
| HSL | 114.62º | 0.68% | 0.45% | - |
| HSV(B) | 114.62º | 0.81% | 0.75% | - |
| XYZ | 20.48 | 38.5 | 8.02 | - |
| YUV | 131.76 | 73.96 | 69.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 192 | 36 | 0.74 | 0 | 0.81 | 0.25 | 114.62 | 0.68 | 0.45 |
| Hex | 32 | C0 | 24 | 4A | 0 | 51 | 19 | 73 | 44 | 2D |
| Octal | 62 | 300 | 44 | 112 | 0 | 121 | 31 | 163 | 104 | 55 |
| Binary | 110010 | 11000000 | 100100 | 1001010 | 0 | 1010001 | 11001 | 1110011 | 1000100 | 101101 |
Color Harmonies of #32C024
Complementary color
Monochromatic Colors of #32C024
Black with #32C024
Text Example
Text Example
White with #32C024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C024; }
p { color: rgb(50,192,36); }
H1.HeaderClassName
{
color: #32C024;
}
.AnyTagClassName
{
color: #32C024;
}
</style>
background-color css
<style>
a { background-color: #32C024; }
a { background-color: rgb(50,192,36); }
div.DivClassName
{
background-color: #32C024;
}
.BgClassName
{
background-color: #32C024;
}
</style>
border-color css
<style>
span { border-color: #32C024; }
span { border-color: rgb(50,192,36); }
td.TdClassName
{
border-color: #32C024;
}
.TagClassName
{
border-color: #32C024;
}
</style>