Shades of Lime Green #32BF30
Tints of Lime Green #32BF30
RGB
CMYK
RGB Variations
Color information
#32BF30 (or 0x32BF30) is known color: Lime Green. HEX triplet: 32, BF and 30. RGB value is (50,191,48). Sum of RGB (Red+Green+Blue) = 50+191+48=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 191 (75% from 255 or 66.09% from 289); Blue value is 48 (19.14% from 255 or 16.61% from 289); Max value from RGB is 191 - color contains mainly: green. Hex color #32BF30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BF30 is #CD40CF. Grayscale: #848484. Windows color (decimal): -13451472 or 3194674. OLE color: 3194674.
HSL color Cylindrical-coordinate representation of color #32BF30: hue angle of 119.16º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32BF30 is Cyan = 0.74, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 191 | 48 | - |
| CMYK | 0.74 | 0 | 0.75 | 0.25 |
| HSL | 119.16º | 0.6% | 0.47% | - |
| HSV(B) | 119.16º | 0.75% | 0.75% | - |
| XYZ | 20.48 | 38.15 | 9.08 | - |
| YUV | 132.54 | 80.29 | 69.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 48 | 0.74 | 0 | 0.75 | 0.25 | 119.16 | 0.6 | 0.47 |
| Hex | 32 | BF | 30 | 4A | 0 | 4B | 19 | 77 | 3C | 2F |
| Octal | 62 | 277 | 60 | 112 | 0 | 113 | 31 | 167 | 74 | 57 |
| Binary | 110010 | 10111111 | 110000 | 1001010 | 0 | 1001011 | 11001 | 1110111 | 111100 | 101111 |
Color Harmonies of #32BF30
Complementary color
Monochromatic Colors of #32BF30
Black with #32BF30
Text Example
Text Example
White with #32BF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BF30; }
p { color: rgb(50,191,48); }
H1.HeaderClassName
{
color: #32BF30;
}
.AnyTagClassName
{
color: #32BF30;
}
</style>
background-color css
<style>
a { background-color: #32BF30; }
a { background-color: rgb(50,191,48); }
div.DivClassName
{
background-color: #32BF30;
}
.BgClassName
{
background-color: #32BF30;
}
</style>
border-color css
<style>
span { border-color: #32BF30; }
span { border-color: rgb(50,191,48); }
td.TdClassName
{
border-color: #32BF30;
}
.TagClassName
{
border-color: #32BF30;
}
</style>