Shades of Lime Green #32F835
Tints of Lime Green #32F835
RGB
CMYK
RGB Variations
Color information
#32F835 (or 0x32F835) is known color: Lime Green. HEX triplet: 32, F8 and 35. RGB value is (50,248,53). Sum of RGB (Red+Green+Blue) = 50+248+53=351 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.25% from 351); Green value is 248 (97.27% from 255 or 70.66% from 351); Blue value is 53 (21.09% from 255 or 15.10% from 351); Max value from RGB is 248 - color contains mainly: green. Hex color #32F835 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F835 is #CD07CA. Grayscale: #A7A7A7. Windows color (decimal): -13436875 or 3536946. OLE color: 3536946.
HSL color Cylindrical-coordinate representation of color #32F835: hue angle of 120.91º 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 #32F835 is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 248 | 53 | - |
| CMYK | 0.80 | 0 | 0.79 | 0.03 |
| HSL | 120.91º | 0.93% | 0.58% | - |
| HSV(B) | 120.91º | 0.8% | 0.97% | - |
| XYZ | 35.53 | 68.07 | 14.63 | - |
| YUV | 166.57 | 63.9 | 44.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 248 | 53 | 0.80 | 0 | 0.79 | 0.03 | 120.91 | 0.93 | 0.58 |
| Hex | 32 | F8 | 35 | 50 | 0 | 4F | 3 | 79 | 5D | 3A |
| Octal | 62 | 370 | 65 | 120 | 0 | 117 | 3 | 171 | 135 | 72 |
| Binary | 110010 | 11111000 | 110101 | 1010000 | 0 | 1001111 | 11 | 1111001 | 1011101 | 111010 |
Color Harmonies of #32F835
Complementary color
Monochromatic Colors of #32F835
Black with #32F835
Text Example
Text Example
White with #32F835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F835; }
p { color: rgb(50,248,53); }
H1.HeaderClassName
{
color: #32F835;
}
.AnyTagClassName
{
color: #32F835;
}
</style>
background-color css
<style>
a { background-color: #32F835; }
a { background-color: rgb(50,248,53); }
div.DivClassName
{
background-color: #32F835;
}
.BgClassName
{
background-color: #32F835;
}
</style>
border-color css
<style>
span { border-color: #32F835; }
span { border-color: rgb(50,248,53); }
td.TdClassName
{
border-color: #32F835;
}
.TagClassName
{
border-color: #32F835;
}
</style>