Shades of Lime Green #32F73D
Tints of Lime Green #32F73D
RGB
CMYK
RGB Variations
Color information
#32F73D (or 0x32F73D) is known color: Lime Green. HEX triplet: 32, F7 and 3D. RGB value is (50,247,61). Sum of RGB (Red+Green+Blue) = 50+247+61=358 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.97% from 358); Green value is 247 (96.88% from 255 or 68.99% from 358); Blue value is 61 (24.22% from 255 or 17.04% from 358); Max value from RGB is 247 - color contains mainly: green. Hex color #32F73D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F73D is #CD08C2. Grayscale: #A7A7A7. Windows color (decimal): -13437123 or 4060978. OLE color: 4060978.
HSL color Cylindrical-coordinate representation of color #32F73D: hue angle of 123.35º degrees, saturation: 0.92, 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 #32F73D is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 247 | 61 | - |
| CMYK | 0.80 | 0 | 0.75 | 0.03 |
| HSL | 123.35º | 0.92% | 0.58% | - |
| HSV(B) | 123.35º | 0.8% | 0.97% | - |
| XYZ | 35.42 | 67.54 | 15.58 | - |
| YUV | 166.89 | 68.23 | 44.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 247 | 61 | 0.80 | 0 | 0.75 | 0.03 | 123.35 | 0.92 | 0.58 |
| Hex | 32 | F7 | 3D | 50 | 0 | 4B | 3 | 7B | 5C | 3A |
| Octal | 62 | 367 | 75 | 120 | 0 | 113 | 3 | 173 | 134 | 72 |
| Binary | 110010 | 11110111 | 111101 | 1010000 | 0 | 1001011 | 11 | 1111011 | 1011100 | 111010 |
Color Harmonies of #32F73D
Complementary color
Monochromatic Colors of #32F73D
Black with #32F73D
Text Example
Text Example
White with #32F73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F73D; }
p { color: rgb(50,247,61); }
H1.HeaderClassName
{
color: #32F73D;
}
.AnyTagClassName
{
color: #32F73D;
}
</style>
background-color css
<style>
a { background-color: #32F73D; }
a { background-color: rgb(50,247,61); }
div.DivClassName
{
background-color: #32F73D;
}
.BgClassName
{
background-color: #32F73D;
}
</style>
border-color css
<style>
span { border-color: #32F73D; }
span { border-color: rgb(50,247,61); }
td.TdClassName
{
border-color: #32F73D;
}
.TagClassName
{
border-color: #32F73D;
}
</style>