Shades of Lime Green #32FB2C
Tints of Lime Green #32FB2C
RGB
CMYK
RGB Variations
Color information
#32FB2C (or 0x32FB2C) is known color: Lime Green. HEX triplet: 32, FB and 2C. RGB value is (50,251,44). Sum of RGB (Red+Green+Blue) = 50+251+44=345 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.49% from 345); Green value is 251 (98.44% from 255 or 72.75% from 345); Blue value is 44 (17.58% from 255 or 12.75% from 345); Max value from RGB is 251 - color contains mainly: green. Hex color #32FB2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32FB2C is #CD04D3. Grayscale: #A7A7A7. Windows color (decimal): -13436116 or 2947890. OLE color: 2947890.
HSL color Cylindrical-coordinate representation of color #32FB2C: hue angle of 118.26º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #32FB2C is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 251 | 44 | - |
| CMYK | 0.80 | 0 | 0.82 | 0.02 |
| HSL | 118.26º | 0.96% | 0.58% | - |
| HSV(B) | 118.26º | 0.82% | 0.98% | - |
| XYZ | 36.27 | 69.85 | 13.95 | - |
| YUV | 167.3 | 58.41 | 44.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 251 | 44 | 0.80 | 0 | 0.82 | 0.02 | 118.26 | 0.96 | 0.58 |
| Hex | 32 | FB | 2C | 50 | 0 | 52 | 2 | 76 | 60 | 3A |
| Octal | 62 | 373 | 54 | 120 | 0 | 122 | 2 | 166 | 140 | 72 |
| Binary | 110010 | 11111011 | 101100 | 1010000 | 0 | 1010010 | 10 | 1110110 | 1100000 | 111010 |
Color Harmonies of #32FB2C
Complementary color
Monochromatic Colors of #32FB2C
Black with #32FB2C
Text Example
Text Example
White with #32FB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FB2C; }
p { color: rgb(50,251,44); }
H1.HeaderClassName
{
color: #32FB2C;
}
.AnyTagClassName
{
color: #32FB2C;
}
</style>
background-color css
<style>
a { background-color: #32FB2C; }
a { background-color: rgb(50,251,44); }
div.DivClassName
{
background-color: #32FB2C;
}
.BgClassName
{
background-color: #32FB2C;
}
</style>
border-color css
<style>
span { border-color: #32FB2C; }
span { border-color: rgb(50,251,44); }
td.TdClassName
{
border-color: #32FB2C;
}
.TagClassName
{
border-color: #32FB2C;
}
</style>