Shades of Lime Green #32FA30
Tints of Lime Green #32FA30
RGB
CMYK
RGB Variations
Color information
#32FA30 (or 0x32FA30) is known color: Lime Green. HEX triplet: 32, FA and 30. RGB value is (50,250,48). Sum of RGB (Red+Green+Blue) = 50+250+48=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 250 (98.05% from 255 or 71.84% from 348); Blue value is 48 (19.14% from 255 or 13.79% from 348); Max value from RGB is 250 - color contains mainly: green. Hex color #32FA30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32FA30 is #CD05CF. Grayscale: #A7A7A7. Windows color (decimal): -13436368 or 3209778. OLE color: 3209778.
HSL color Cylindrical-coordinate representation of color #32FA30: hue angle of 119.41º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #32FA30 is Cyan = 0.8, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 250 | 48 | - |
| CMYK | 0.8 | 0 | 0.81 | 0.02 |
| HSL | 119.41º | 0.95% | 0.58% | - |
| HSV(B) | 119.41º | 0.81% | 0.98% | - |
| XYZ | 36.03 | 69.26 | 14.27 | - |
| YUV | 167.17 | 60.74 | 44.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 250 | 48 | 0.8 | 0 | 0.81 | 0.02 | 119.41 | 0.95 | 0.58 |
| Hex | 32 | FA | 30 | 50 | 0 | 51 | 2 | 77 | 5F | 3A |
| Octal | 62 | 372 | 60 | 120 | 0 | 121 | 2 | 167 | 137 | 72 |
| Binary | 110010 | 11111010 | 110000 | 1010000 | 0 | 1010001 | 10 | 1110111 | 1011111 | 111010 |
Color Harmonies of #32FA30
Complementary color
Monochromatic Colors of #32FA30
Black with #32FA30
Text Example
Text Example
White with #32FA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FA30; }
p { color: rgb(50,250,48); }
H1.HeaderClassName
{
color: #32FA30;
}
.AnyTagClassName
{
color: #32FA30;
}
</style>
background-color css
<style>
a { background-color: #32FA30; }
a { background-color: rgb(50,250,48); }
div.DivClassName
{
background-color: #32FA30;
}
.BgClassName
{
background-color: #32FA30;
}
</style>
border-color css
<style>
span { border-color: #32FA30; }
span { border-color: rgb(50,250,48); }
td.TdClassName
{
border-color: #32FA30;
}
.TagClassName
{
border-color: #32FA30;
}
</style>