Shades of Lime Green #32CF54
Tints of Lime Green #32CF54
RGB
CMYK
RGB Variations
Color information
#32CF54 (or 0x32CF54) is known color: Lime Green. HEX triplet: 32, CF and 54. RGB value is (50,207,84). Sum of RGB (Red+Green+Blue) = 50+207+84=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 207 (81.25% from 255 or 60.70% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 207 - color contains mainly: green. Hex color #32CF54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CF54 is #CD30AB. Grayscale: #929292. Windows color (decimal): -13447340 or 5558066. OLE color: 5558066.
HSL color Cylindrical-coordinate representation of color #32CF54: hue angle of 132.99º 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 #32CF54 is Cyan = 0.76, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 207 | 84 | - |
| CMYK | 0.76 | 0 | 0.59 | 0.19 |
| HSL | 132.99º | 0.62% | 0.5% | - |
| HSV(B) | 132.99º | 0.76% | 0.81% | - |
| XYZ | 25.23 | 45.94 | 15.93 | - |
| YUV | 146.04 | 92.99 | 59.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 207 | 84 | 0.76 | 0 | 0.59 | 0.19 | 132.99 | 0.62 | 0.5 |
| Hex | 32 | CF | 54 | 4C | 0 | 3B | 13 | 85 | 3E | 32 |
| Octal | 62 | 317 | 124 | 114 | 0 | 73 | 23 | 205 | 76 | 62 |
| Binary | 110010 | 11001111 | 1010100 | 1001100 | 0 | 111011 | 10011 | 10000101 | 111110 | 110010 |
Color Harmonies of #32CF54
Complementary color
Monochromatic Colors of #32CF54
Black with #32CF54
Text Example
Text Example
White with #32CF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CF54; }
p { color: rgb(50,207,84); }
H1.HeaderClassName
{
color: #32CF54;
}
.AnyTagClassName
{
color: #32CF54;
}
</style>
background-color css
<style>
a { background-color: #32CF54; }
a { background-color: rgb(50,207,84); }
div.DivClassName
{
background-color: #32CF54;
}
.BgClassName
{
background-color: #32CF54;
}
</style>
border-color css
<style>
span { border-color: #32CF54; }
span { border-color: rgb(50,207,84); }
td.TdClassName
{
border-color: #32CF54;
}
.TagClassName
{
border-color: #32CF54;
}
</style>