Shades of Lime Green #3AAA31
Tints of Lime Green #3AAA31
RGB
CMYK
RGB Variations
Color information
#3AAA31 (or 0x3AAA31) is known color: Lime Green. HEX triplet: 3A, AA and 31. RGB value is (58,170,49). Sum of RGB (Red+Green+Blue) = 58+170+49=277 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.94% from 277); Green value is 170 (66.80% from 255 or 61.37% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAA31 is #C555CE. Grayscale: #7B7B7B. Windows color (decimal): -12932559 or 3254842. OLE color: 3254842.
HSL color Cylindrical-coordinate representation of color #3AAA31: hue angle of 115.54º 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 #3AAA31 is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 170 | 49 | - |
| CMYK | 0.66 | 0 | 0.71 | 0.33 |
| HSL | 115.54º | 0.55% | 0.43% | - |
| HSV(B) | 115.54º | 0.71% | 0.67% | - |
| XYZ | 16.67 | 29.87 | 7.79 | - |
| YUV | 122.72 | 86.39 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 170 | 49 | 0.66 | 0 | 0.71 | 0.33 | 115.54 | 0.55 | 0.43 |
| Hex | 3A | AA | 31 | 42 | 0 | 47 | 21 | 74 | 37 | 2B |
| Octal | 72 | 252 | 61 | 102 | 0 | 107 | 41 | 164 | 67 | 53 |
| Binary | 111010 | 10101010 | 110001 | 1000010 | 0 | 1000111 | 100001 | 1110100 | 110111 | 101011 |
Color Harmonies of #3AAA31
Complementary color
Monochromatic Colors of #3AAA31
Black with #3AAA31
Text Example
Text Example
White with #3AAA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAA31; }
p { color: rgb(58,170,49); }
H1.HeaderClassName
{
color: #3AAA31;
}
.AnyTagClassName
{
color: #3AAA31;
}
</style>
background-color css
<style>
a { background-color: #3AAA31; }
a { background-color: rgb(58,170,49); }
div.DivClassName
{
background-color: #3AAA31;
}
.BgClassName
{
background-color: #3AAA31;
}
</style>
border-color css
<style>
span { border-color: #3AAA31; }
span { border-color: rgb(58,170,49); }
td.TdClassName
{
border-color: #3AAA31;
}
.TagClassName
{
border-color: #3AAA31;
}
</style>