Shades of Lime Green #32F949
Tints of Lime Green #32F949
RGB
CMYK
RGB Variations
Color information
#32F949 (or 0x32F949) is known color: Lime Green. HEX triplet: 32, F9 and 49. RGB value is (50,249,73). Sum of RGB (Red+Green+Blue) = 50+249+73=372 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.44% from 372); Green value is 249 (97.66% from 255 or 66.94% from 372); Blue value is 73 (28.91% from 255 or 19.62% from 372); Max value from RGB is 249 - color contains mainly: green. Hex color #32F949 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F949 is #CD06B6. Grayscale: #A9A9A9. Windows color (decimal): -13436599 or 4847922. OLE color: 4847922.
HSL color Cylindrical-coordinate representation of color #32F949: hue angle of 126.93º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F949 is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 249 | 73 | - |
| CMYK | 0.80 | 0 | 0.71 | 0.02 |
| HSL | 126.93º | 0.94% | 0.59% | - |
| HSV(B) | 126.93º | 0.8% | 0.98% | - |
| XYZ | 36.39 | 68.91 | 17.69 | - |
| YUV | 169.44 | 73.57 | 42.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 249 | 73 | 0.80 | 0 | 0.71 | 0.02 | 126.93 | 0.94 | 0.59 |
| Hex | 32 | F9 | 49 | 50 | 0 | 47 | 2 | 7F | 5E | 3B |
| Octal | 62 | 371 | 111 | 120 | 0 | 107 | 2 | 177 | 136 | 73 |
| Binary | 110010 | 11111001 | 1001001 | 1010000 | 0 | 1000111 | 10 | 1111111 | 1011110 | 111011 |
Color Harmonies of #32F949
Complementary color
Monochromatic Colors of #32F949
Black with #32F949
Text Example
Text Example
White with #32F949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F949; }
p { color: rgb(50,249,73); }
H1.HeaderClassName
{
color: #32F949;
}
.AnyTagClassName
{
color: #32F949;
}
</style>
background-color css
<style>
a { background-color: #32F949; }
a { background-color: rgb(50,249,73); }
div.DivClassName
{
background-color: #32F949;
}
.BgClassName
{
background-color: #32F949;
}
</style>
border-color css
<style>
span { border-color: #32F949; }
span { border-color: rgb(50,249,73); }
td.TdClassName
{
border-color: #32F949;
}
.TagClassName
{
border-color: #32F949;
}
</style>