Shades of Lime Green #32FB2D
Tints of Lime Green #32FB2D
RGB
CMYK
RGB Variations
Color information
#32FB2D (or 0x32FB2D) is known color: Lime Green. HEX triplet: 32, FB and 2D. RGB value is (50,251,45). Sum of RGB (Red+Green+Blue) = 50+251+45=346 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.45% from 346); Green value is 251 (98.44% from 255 or 72.54% from 346); Blue value is 45 (17.97% from 255 or 13.01% from 346); Max value from RGB is 251 - color contains mainly: green. Hex color #32FB2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32FB2D is #CD04D2. Grayscale: #A8A8A8. Windows color (decimal): -13436115 or 3013426. OLE color: 3013426.
HSL color Cylindrical-coordinate representation of color #32FB2D: hue angle of 118.54º 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 #32FB2D is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 251 | 45 | - |
| CMYK | 0.80 | 0 | 0.82 | 0.02 |
| HSL | 118.54º | 0.96% | 0.58% | - |
| HSV(B) | 118.54º | 0.82% | 0.98% | - |
| XYZ | 36.29 | 69.86 | 14.05 | - |
| YUV | 167.42 | 58.91 | 44.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 251 | 45 | 0.80 | 0 | 0.82 | 0.02 | 118.54 | 0.96 | 0.58 |
| Hex | 32 | FB | 2D | 50 | 0 | 52 | 2 | 77 | 60 | 3A |
| Octal | 62 | 373 | 55 | 120 | 0 | 122 | 2 | 167 | 140 | 72 |
| Binary | 110010 | 11111011 | 101101 | 1010000 | 0 | 1010010 | 10 | 1110111 | 1100000 | 111010 |
Color Harmonies of #32FB2D
Complementary color
Monochromatic Colors of #32FB2D
Black with #32FB2D
Text Example
Text Example
White with #32FB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FB2D; }
p { color: rgb(50,251,45); }
H1.HeaderClassName
{
color: #32FB2D;
}
.AnyTagClassName
{
color: #32FB2D;
}
</style>
background-color css
<style>
a { background-color: #32FB2D; }
a { background-color: rgb(50,251,45); }
div.DivClassName
{
background-color: #32FB2D;
}
.BgClassName
{
background-color: #32FB2D;
}
</style>
border-color css
<style>
span { border-color: #32FB2D; }
span { border-color: rgb(50,251,45); }
td.TdClassName
{
border-color: #32FB2D;
}
.TagClassName
{
border-color: #32FB2D;
}
</style>