Shades of Lime Green #32F038
Tints of Lime Green #32F038
RGB
CMYK
RGB Variations
Color information
#32F038 (or 0x32F038) is known color: Lime Green. HEX triplet: 32, F0 and 38. RGB value is (50,240,56). Sum of RGB (Red+Green+Blue) = 50+240+56=346 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.45% from 346); Green value is 240 (94.14% from 255 or 69.36% from 346); Blue value is 56 (22.27% from 255 or 16.18% from 346); Max value from RGB is 240 - color contains mainly: green. Hex color #32F038 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F038 is #CD0FC7. Grayscale: #A2A2A2. Windows color (decimal): -13438920 or 3731506. OLE color: 3731506.
HSL color Cylindrical-coordinate representation of color #32F038: hue angle of 121.89º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32F038 is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 240 | 56 | - |
| CMYK | 0.79 | 0 | 0.77 | 0.06 |
| HSL | 121.89º | 0.86% | 0.57% | - |
| HSV(B) | 121.89º | 0.79% | 0.94% | - |
| XYZ | 33.19 | 63.28 | 14.21 | - |
| YUV | 162.21 | 68.05 | 47.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 240 | 56 | 0.79 | 0 | 0.77 | 0.06 | 121.89 | 0.86 | 0.57 |
| Hex | 32 | F0 | 38 | 4F | 0 | 4D | 6 | 7A | 56 | 39 |
| Octal | 62 | 360 | 70 | 117 | 0 | 115 | 6 | 172 | 126 | 71 |
| Binary | 110010 | 11110000 | 111000 | 1001111 | 0 | 1001101 | 110 | 1111010 | 1010110 | 111001 |
Color Harmonies of #32F038
Complementary color
Monochromatic Colors of #32F038
Black with #32F038
Text Example
Text Example
White with #32F038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F038; }
p { color: rgb(50,240,56); }
H1.HeaderClassName
{
color: #32F038;
}
.AnyTagClassName
{
color: #32F038;
}
</style>
background-color css
<style>
a { background-color: #32F038; }
a { background-color: rgb(50,240,56); }
div.DivClassName
{
background-color: #32F038;
}
.BgClassName
{
background-color: #32F038;
}
</style>
border-color css
<style>
span { border-color: #32F038; }
span { border-color: rgb(50,240,56); }
td.TdClassName
{
border-color: #32F038;
}
.TagClassName
{
border-color: #32F038;
}
</style>