Shades of Lime Green #32F435
Tints of Lime Green #32F435
RGB
CMYK
RGB Variations
Color information
#32F435 (or 0x32F435) is known color: Lime Green. HEX triplet: 32, F4 and 35. RGB value is (50,244,53). Sum of RGB (Red+Green+Blue) = 50+244+53=347 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.41% from 347); Green value is 244 (95.70% from 255 or 70.32% from 347); Blue value is 53 (21.09% from 255 or 15.27% from 347); Max value from RGB is 244 - color contains mainly: green. Hex color #32F435 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F435 is #CD0BCA. Grayscale: #A4A4A4. Windows color (decimal): -13437899 or 3535922. OLE color: 3535922.
HSL color Cylindrical-coordinate representation of color #32F435: hue angle of 120.93º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F435 is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 244 | 53 | - |
| CMYK | 0.80 | 0 | 0.78 | 0.04 |
| HSL | 120.93º | 0.9% | 0.58% | - |
| HSV(B) | 120.93º | 0.8% | 0.96% | - |
| XYZ | 34.31 | 65.64 | 14.23 | - |
| YUV | 164.22 | 65.23 | 46.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 244 | 53 | 0.80 | 0 | 0.78 | 0.04 | 120.93 | 0.9 | 0.58 |
| Hex | 32 | F4 | 35 | 50 | 0 | 4E | 4 | 79 | 5A | 3A |
| Octal | 62 | 364 | 65 | 120 | 0 | 116 | 4 | 171 | 132 | 72 |
| Binary | 110010 | 11110100 | 110101 | 1010000 | 0 | 1001110 | 100 | 1111001 | 1011010 | 111010 |
Color Harmonies of #32F435
Complementary color
Monochromatic Colors of #32F435
Black with #32F435
Text Example
Text Example
White with #32F435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F435; }
p { color: rgb(50,244,53); }
H1.HeaderClassName
{
color: #32F435;
}
.AnyTagClassName
{
color: #32F435;
}
</style>
background-color css
<style>
a { background-color: #32F435; }
a { background-color: rgb(50,244,53); }
div.DivClassName
{
background-color: #32F435;
}
.BgClassName
{
background-color: #32F435;
}
</style>
border-color css
<style>
span { border-color: #32F435; }
span { border-color: rgb(50,244,53); }
td.TdClassName
{
border-color: #32F435;
}
.TagClassName
{
border-color: #32F435;
}
</style>