Shades of Lime Green #32F03B
Tints of Lime Green #32F03B
RGB
CMYK
RGB Variations
Color information
#32F03B (or 0x32F03B) is known color: Lime Green. HEX triplet: 32, F0 and 3B. RGB value is (50,240,59). Sum of RGB (Red+Green+Blue) = 50+240+59=349 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.33% from 349); Green value is 240 (94.14% from 255 or 68.77% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 240 - color contains mainly: green. Hex color #32F03B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F03B is #CD0FC4. Grayscale: #A3A3A3. Windows color (decimal): -13438917 or 3928114. OLE color: 3928114.
HSL color Cylindrical-coordinate representation of color #32F03B: hue angle of 122.84º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32F03B is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 240 | 59 | - |
| CMYK | 0.79 | 0 | 0.75 | 0.06 |
| HSL | 122.84º | 0.86% | 0.57% | - |
| HSV(B) | 122.84º | 0.79% | 0.94% | - |
| XYZ | 33.26 | 63.31 | 14.61 | - |
| YUV | 162.56 | 69.55 | 47.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 240 | 59 | 0.79 | 0 | 0.75 | 0.06 | 122.84 | 0.86 | 0.57 |
| Hex | 32 | F0 | 3B | 4F | 0 | 4B | 6 | 7B | 56 | 39 |
| Octal | 62 | 360 | 73 | 117 | 0 | 113 | 6 | 173 | 126 | 71 |
| Binary | 110010 | 11110000 | 111011 | 1001111 | 0 | 1001011 | 110 | 1111011 | 1010110 | 111001 |
Color Harmonies of #32F03B
Complementary color
Monochromatic Colors of #32F03B
Black with #32F03B
Text Example
Text Example
White with #32F03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F03B; }
p { color: rgb(50,240,59); }
H1.HeaderClassName
{
color: #32F03B;
}
.AnyTagClassName
{
color: #32F03B;
}
</style>
background-color css
<style>
a { background-color: #32F03B; }
a { background-color: rgb(50,240,59); }
div.DivClassName
{
background-color: #32F03B;
}
.BgClassName
{
background-color: #32F03B;
}
</style>
border-color css
<style>
span { border-color: #32F03B; }
span { border-color: rgb(50,240,59); }
td.TdClassName
{
border-color: #32F03B;
}
.TagClassName
{
border-color: #32F03B;
}
</style>