Shades of Lime Green #32AC38
Tints of Lime Green #32AC38
RGB
CMYK
RGB Variations
Color information
#32AC38 (or 0x32AC38) is known color: Lime Green. HEX triplet: 32, AC and 38. RGB value is (50,172,56). Sum of RGB (Red+Green+Blue) = 50+172+56=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 172 (67.58% from 255 or 61.87% from 278); Blue value is 56 (22.27% from 255 or 20.14% from 278); Max value from RGB is 172 - color contains mainly: green. Hex color #32AC38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AC38 is #CD53C7. Grayscale: #7A7A7A. Windows color (decimal): -13456328 or 3714098. OLE color: 3714098.
HSL color Cylindrical-coordinate representation of color #32AC38: hue angle of 122.95º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AC38 is Cyan = 0.71, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 172 | 56 | - |
| CMYK | 0.71 | 0 | 0.67 | 0.33 |
| HSL | 122.95º | 0.55% | 0.44% | - |
| HSV(B) | 122.95º | 0.71% | 0.67% | - |
| XYZ | 16.78 | 30.47 | 8.74 | - |
| YUV | 122.3 | 90.58 | 76.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 172 | 56 | 0.71 | 0 | 0.67 | 0.33 | 122.95 | 0.55 | 0.44 |
| Hex | 32 | AC | 38 | 47 | 0 | 43 | 21 | 7B | 37 | 2C |
| Octal | 62 | 254 | 70 | 107 | 0 | 103 | 41 | 173 | 67 | 54 |
| Binary | 110010 | 10101100 | 111000 | 1000111 | 0 | 1000011 | 100001 | 1111011 | 110111 | 101100 |
Color Harmonies of #32AC38
Complementary color
Monochromatic Colors of #32AC38
Black with #32AC38
Text Example
Text Example
White with #32AC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AC38; }
p { color: rgb(50,172,56); }
H1.HeaderClassName
{
color: #32AC38;
}
.AnyTagClassName
{
color: #32AC38;
}
</style>
background-color css
<style>
a { background-color: #32AC38; }
a { background-color: rgb(50,172,56); }
div.DivClassName
{
background-color: #32AC38;
}
.BgClassName
{
background-color: #32AC38;
}
</style>
border-color css
<style>
span { border-color: #32AC38; }
span { border-color: rgb(50,172,56); }
td.TdClassName
{
border-color: #32AC38;
}
.TagClassName
{
border-color: #32AC38;
}
</style>