Shades of Lime Green #39AA32
Tints of Lime Green #39AA32
RGB
CMYK
RGB Variations
Color information
#39AA32 (or 0x39AA32) is known color: Lime Green. HEX triplet: 39, AA and 32. RGB value is (57,170,50). Sum of RGB (Red+Green+Blue) = 57+170+50=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 170 (66.80% from 255 or 61.37% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 170 - color contains mainly: green. Hex color #39AA32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39AA32 is #C655CD. Grayscale: #7A7A7A. Windows color (decimal): -12998094 or 3320377. OLE color: 3320377.
HSL color Cylindrical-coordinate representation of color #39AA32: hue angle of 116.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #39AA32 is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 170 | 50 | - |
| CMYK | 0.66 | 0 | 0.71 | 0.33 |
| HSL | 116.5º | 0.55% | 0.43% | - |
| HSV(B) | 116.5º | 0.71% | 0.67% | - |
| XYZ | 16.64 | 29.85 | 7.9 | - |
| YUV | 122.53 | 87.06 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 170 | 50 | 0.66 | 0 | 0.71 | 0.33 | 116.5 | 0.55 | 0.43 |
| Hex | 39 | AA | 32 | 42 | 0 | 47 | 21 | 74 | 37 | 2B |
| Octal | 71 | 252 | 62 | 102 | 0 | 107 | 41 | 164 | 67 | 53 |
| Binary | 111001 | 10101010 | 110010 | 1000010 | 0 | 1000111 | 100001 | 1110100 | 110111 | 101011 |
Color Harmonies of #39AA32
Complementary color
Monochromatic Colors of #39AA32
Black with #39AA32
Text Example
Text Example
White with #39AA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39AA32; }
p { color: rgb(57,170,50); }
H1.HeaderClassName
{
color: #39AA32;
}
.AnyTagClassName
{
color: #39AA32;
}
</style>
background-color css
<style>
a { background-color: #39AA32; }
a { background-color: rgb(57,170,50); }
div.DivClassName
{
background-color: #39AA32;
}
.BgClassName
{
background-color: #39AA32;
}
</style>
border-color css
<style>
span { border-color: #39AA32; }
span { border-color: rgb(57,170,50); }
td.TdClassName
{
border-color: #39AA32;
}
.TagClassName
{
border-color: #39AA32;
}
</style>