Shades of Lime Green #32F54A
Tints of Lime Green #32F54A
RGB
CMYK
RGB Variations
Color information
#32F54A (or 0x32F54A) is known color: Lime Green. HEX triplet: 32, F5 and 4A. RGB value is (50,245,74). Sum of RGB (Red+Green+Blue) = 50+245+74=369 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.55% from 369); Green value is 245 (96.09% from 255 or 66.40% from 369); Blue value is 74 (29.30% from 255 or 20.05% from 369); Max value from RGB is 245 - color contains mainly: green. Hex color #32F54A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F54A is #CD0AB5. Grayscale: #A7A7A7. Windows color (decimal): -13437622 or 4912434. OLE color: 4912434.
HSL color Cylindrical-coordinate representation of color #32F54A: hue angle of 127.38º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F54A is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 245 | 74 | - |
| CMYK | 0.80 | 0 | 0.70 | 0.04 |
| HSL | 127.38º | 0.91% | 0.58% | - |
| HSV(B) | 127.38º | 0.8% | 0.96% | - |
| XYZ | 35.2 | 66.48 | 17.45 | - |
| YUV | 167.2 | 75.4 | 44.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 245 | 74 | 0.80 | 0 | 0.70 | 0.04 | 127.38 | 0.91 | 0.58 |
| Hex | 32 | F5 | 4A | 50 | 0 | 46 | 4 | 7F | 5B | 3A |
| Octal | 62 | 365 | 112 | 120 | 0 | 106 | 4 | 177 | 133 | 72 |
| Binary | 110010 | 11110101 | 1001010 | 1010000 | 0 | 1000110 | 100 | 1111111 | 1011011 | 111010 |
Color Harmonies of #32F54A
Complementary color
Monochromatic Colors of #32F54A
Black with #32F54A
Text Example
Text Example
White with #32F54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F54A; }
p { color: rgb(50,245,74); }
H1.HeaderClassName
{
color: #32F54A;
}
.AnyTagClassName
{
color: #32F54A;
}
</style>
background-color css
<style>
a { background-color: #32F54A; }
a { background-color: rgb(50,245,74); }
div.DivClassName
{
background-color: #32F54A;
}
.BgClassName
{
background-color: #32F54A;
}
</style>
border-color css
<style>
span { border-color: #32F54A; }
span { border-color: rgb(50,245,74); }
td.TdClassName
{
border-color: #32F54A;
}
.TagClassName
{
border-color: #32F54A;
}
</style>