Shades of Lime Green #32FB2B
Tints of Lime Green #32FB2B
RGB
CMYK
RGB Variations
Color information
#32FB2B (or 0x32FB2B) is known color: Lime Green. HEX triplet: 32, FB and 2B. RGB value is (50,251,43). Sum of RGB (Red+Green+Blue) = 50+251+43=344 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.53% from 344); Green value is 251 (98.44% from 255 or 72.97% from 344); Blue value is 43 (17.19% from 255 or 12.5% from 344); Max value from RGB is 251 - color contains mainly: green. Hex color #32FB2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32FB2B is #CD04D4. Grayscale: #A7A7A7. Windows color (decimal): -13436117 or 2882354. OLE color: 2882354.
HSL color Cylindrical-coordinate representation of color #32FB2B: hue angle of 117.98º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #32FB2B is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 251 | 43 | - |
| CMYK | 0.80 | 0 | 0.83 | 0.02 |
| HSL | 117.98º | 0.96% | 0.58% | - |
| HSV(B) | 117.98º | 0.83% | 0.98% | - |
| XYZ | 36.25 | 69.85 | 13.86 | - |
| YUV | 167.19 | 57.91 | 44.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 251 | 43 | 0.80 | 0 | 0.83 | 0.02 | 117.98 | 0.96 | 0.58 |
| Hex | 32 | FB | 2B | 50 | 0 | 53 | 2 | 76 | 60 | 3A |
| Octal | 62 | 373 | 53 | 120 | 0 | 123 | 2 | 166 | 140 | 72 |
| Binary | 110010 | 11111011 | 101011 | 1010000 | 0 | 1010011 | 10 | 1110110 | 1100000 | 111010 |
Color Harmonies of #32FB2B
Complementary color
Monochromatic Colors of #32FB2B
Black with #32FB2B
Text Example
Text Example
White with #32FB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FB2B; }
p { color: rgb(50,251,43); }
H1.HeaderClassName
{
color: #32FB2B;
}
.AnyTagClassName
{
color: #32FB2B;
}
</style>
background-color css
<style>
a { background-color: #32FB2B; }
a { background-color: rgb(50,251,43); }
div.DivClassName
{
background-color: #32FB2B;
}
.BgClassName
{
background-color: #32FB2B;
}
</style>
border-color css
<style>
span { border-color: #32FB2B; }
span { border-color: rgb(50,251,43); }
td.TdClassName
{
border-color: #32FB2B;
}
.TagClassName
{
border-color: #32FB2B;
}
</style>