Shades of Lime Green #32F94C
Tints of Lime Green #32F94C
RGB
CMYK
RGB Variations
Color information
#32F94C (or 0x32F94C) is known color: Lime Green. HEX triplet: 32, F9 and 4C. RGB value is (50,249,76). Sum of RGB (Red+Green+Blue) = 50+249+76=375 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.33% from 375); Green value is 249 (97.66% from 255 or 66.4% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 249 - color contains mainly: green. Hex color #32F94C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F94C is #CD06B3. Grayscale: #AAAAAA. Windows color (decimal): -13436596 or 5044530. OLE color: 5044530.
HSL color Cylindrical-coordinate representation of color #32F94C: hue angle of 127.84º 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 #32F94C is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 249 | 76 | - |
| CMYK | 0.80 | 0 | 0.69 | 0.02 |
| HSL | 127.84º | 0.94% | 0.59% | - |
| HSV(B) | 127.84º | 0.8% | 0.98% | - |
| XYZ | 36.5 | 68.95 | 18.22 | - |
| YUV | 169.78 | 75.07 | 42.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 249 | 76 | 0.80 | 0 | 0.69 | 0.02 | 127.84 | 0.94 | 0.59 |
| Hex | 32 | F9 | 4C | 50 | 0 | 45 | 2 | 80 | 5E | 3B |
| Octal | 62 | 371 | 114 | 120 | 0 | 105 | 2 | 200 | 136 | 73 |
| Binary | 110010 | 11111001 | 1001100 | 1010000 | 0 | 1000101 | 10 | 10000000 | 1011110 | 111011 |
Color Harmonies of #32F94C
Complementary color
Monochromatic Colors of #32F94C
Black with #32F94C
Text Example
Text Example
White with #32F94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F94C; }
p { color: rgb(50,249,76); }
H1.HeaderClassName
{
color: #32F94C;
}
.AnyTagClassName
{
color: #32F94C;
}
</style>
background-color css
<style>
a { background-color: #32F94C; }
a { background-color: rgb(50,249,76); }
div.DivClassName
{
background-color: #32F94C;
}
.BgClassName
{
background-color: #32F94C;
}
</style>
border-color css
<style>
span { border-color: #32F94C; }
span { border-color: rgb(50,249,76); }
td.TdClassName
{
border-color: #32F94C;
}
.TagClassName
{
border-color: #32F94C;
}
</style>