Shades of Lime Green #32F841
Tints of Lime Green #32F841
RGB
CMYK
RGB Variations
Color information
#32F841 (or 0x32F841) is known color: Lime Green. HEX triplet: 32, F8 and 41. RGB value is (50,248,65). Sum of RGB (Red+Green+Blue) = 50+248+65=363 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.77% from 363); Green value is 248 (97.27% from 255 or 68.32% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 248 - color contains mainly: green. Hex color #32F841 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F841 is #CD07BE. Grayscale: #A8A8A8. Windows color (decimal): -13436863 or 4323378. OLE color: 4323378.
HSL color Cylindrical-coordinate representation of color #32F841: hue angle of 124.55º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F841 is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 248 | 65 | - |
| CMYK | 0.80 | 0 | 0.74 | 0.03 |
| HSL | 124.55º | 0.93% | 0.58% | - |
| HSV(B) | 124.55º | 0.8% | 0.97% | - |
| XYZ | 35.84 | 68.19 | 16.28 | - |
| YUV | 167.94 | 69.9 | 43.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 248 | 65 | 0.80 | 0 | 0.74 | 0.03 | 124.55 | 0.93 | 0.58 |
| Hex | 32 | F8 | 41 | 50 | 0 | 4A | 3 | 7D | 5D | 3A |
| Octal | 62 | 370 | 101 | 120 | 0 | 112 | 3 | 175 | 135 | 72 |
| Binary | 110010 | 11111000 | 1000001 | 1010000 | 0 | 1001010 | 11 | 1111101 | 1011101 | 111010 |
Color Harmonies of #32F841
Complementary color
Monochromatic Colors of #32F841
Black with #32F841
Text Example
Text Example
White with #32F841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F841; }
p { color: rgb(50,248,65); }
H1.HeaderClassName
{
color: #32F841;
}
.AnyTagClassName
{
color: #32F841;
}
</style>
background-color css
<style>
a { background-color: #32F841; }
a { background-color: rgb(50,248,65); }
div.DivClassName
{
background-color: #32F841;
}
.BgClassName
{
background-color: #32F841;
}
</style>
border-color css
<style>
span { border-color: #32F841; }
span { border-color: rgb(50,248,65); }
td.TdClassName
{
border-color: #32F841;
}
.TagClassName
{
border-color: #32F841;
}
</style>