Shades of Lime Green #32F530
Tints of Lime Green #32F530
RGB
CMYK
RGB Variations
Color information
#32F530 (or 0x32F530) is known color: Lime Green. HEX triplet: 32, F5 and 30. RGB value is (50,245,48). Sum of RGB (Red+Green+Blue) = 50+245+48=343 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.58% from 343); Green value is 245 (96.09% from 255 or 71.43% from 343); Blue value is 48 (19.14% from 255 or 13.99% from 343); Max value from RGB is 245 - color contains mainly: green. Hex color #32F530 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F530 is #CD0ACF. Grayscale: #A4A4A4. Windows color (decimal): -13437648 or 3208498. OLE color: 3208498.
HSL color Cylindrical-coordinate representation of color #32F530: hue angle of 119.39º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F530 is Cyan = 0.80, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 245 | 48 | - |
| CMYK | 0.80 | 0 | 0.80 | 0.04 |
| HSL | 119.39º | 0.91% | 0.57% | - |
| HSV(B) | 119.39º | 0.8% | 0.96% | - |
| XYZ | 34.5 | 66.2 | 13.76 | - |
| YUV | 164.24 | 62.4 | 46.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 245 | 48 | 0.80 | 0 | 0.80 | 0.04 | 119.39 | 0.91 | 0.57 |
| Hex | 32 | F5 | 30 | 50 | 0 | 50 | 4 | 77 | 5B | 39 |
| Octal | 62 | 365 | 60 | 120 | 0 | 120 | 4 | 167 | 133 | 71 |
| Binary | 110010 | 11110101 | 110000 | 1010000 | 0 | 1010000 | 100 | 1110111 | 1011011 | 111001 |
Color Harmonies of #32F530
Complementary color
Monochromatic Colors of #32F530
Black with #32F530
Text Example
Text Example
White with #32F530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F530; }
p { color: rgb(50,245,48); }
H1.HeaderClassName
{
color: #32F530;
}
.AnyTagClassName
{
color: #32F530;
}
</style>
background-color css
<style>
a { background-color: #32F530; }
a { background-color: rgb(50,245,48); }
div.DivClassName
{
background-color: #32F530;
}
.BgClassName
{
background-color: #32F530;
}
</style>
border-color css
<style>
span { border-color: #32F530; }
span { border-color: rgb(50,245,48); }
td.TdClassName
{
border-color: #32F530;
}
.TagClassName
{
border-color: #32F530;
}
</style>