Shades of Lime Green #32FA3B
Tints of Lime Green #32FA3B
RGB
CMYK
RGB Variations
Color information
#32FA3B (or 0x32FA3B) is known color: Lime Green. HEX triplet: 32, FA and 3B. RGB value is (50,250,59). Sum of RGB (Red+Green+Blue) = 50+250+59=359 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.93% from 359); Green value is 250 (98.05% from 255 or 69.64% from 359); Blue value is 59 (23.44% from 255 or 16.43% from 359); Max value from RGB is 250 - color contains mainly: green. Hex color #32FA3B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32FA3B is #CD05C4. Grayscale: #A8A8A8. Windows color (decimal): -13436357 or 3930674. OLE color: 3930674.
HSL color Cylindrical-coordinate representation of color #32FA3B: hue angle of 122.7º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FA3B is Cyan = 0.8, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 250 | 59 | - |
| CMYK | 0.8 | 0 | 0.76 | 0.02 |
| HSL | 122.7º | 0.95% | 0.59% | - |
| HSV(B) | 122.7º | 0.8% | 0.98% | - |
| XYZ | 36.29 | 69.37 | 15.61 | - |
| YUV | 168.43 | 66.24 | 43.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 250 | 59 | 0.8 | 0 | 0.76 | 0.02 | 122.7 | 0.95 | 0.59 |
| Hex | 32 | FA | 3B | 50 | 0 | 4C | 2 | 7B | 5F | 3B |
| Octal | 62 | 372 | 73 | 120 | 0 | 114 | 2 | 173 | 137 | 73 |
| Binary | 110010 | 11111010 | 111011 | 1010000 | 0 | 1001100 | 10 | 1111011 | 1011111 | 111011 |
Color Harmonies of #32FA3B
Complementary color
Monochromatic Colors of #32FA3B
Black with #32FA3B
Text Example
Text Example
White with #32FA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FA3B; }
p { color: rgb(50,250,59); }
H1.HeaderClassName
{
color: #32FA3B;
}
.AnyTagClassName
{
color: #32FA3B;
}
</style>
background-color css
<style>
a { background-color: #32FA3B; }
a { background-color: rgb(50,250,59); }
div.DivClassName
{
background-color: #32FA3B;
}
.BgClassName
{
background-color: #32FA3B;
}
</style>
border-color css
<style>
span { border-color: #32FA3B; }
span { border-color: rgb(50,250,59); }
td.TdClassName
{
border-color: #32FA3B;
}
.TagClassName
{
border-color: #32FA3B;
}
</style>