Shades of Lime Green #3AAA2F
Tints of Lime Green #3AAA2F
RGB
CMYK
RGB Variations
Color information
#3AAA2F (or 0x3AAA2F) is known color: Lime Green. HEX triplet: 3A, AA and 2F. RGB value is (58,170,47). Sum of RGB (Red+Green+Blue) = 58+170+47=275 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.09% from 275); Green value is 170 (66.80% from 255 or 61.82% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAA2F is #C555D0. Grayscale: #7A7A7A. Windows color (decimal): -12932561 or 3123770. OLE color: 3123770.
HSL color Cylindrical-coordinate representation of color #3AAA2F: hue angle of 114.63º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AAA2F is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 170 | 47 | - |
| CMYK | 0.66 | 0 | 0.72 | 0.33 |
| HSL | 114.63º | 0.57% | 0.43% | - |
| HSV(B) | 114.63º | 0.72% | 0.67% | - |
| XYZ | 16.63 | 29.85 | 7.58 | - |
| YUV | 122.49 | 85.39 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 170 | 47 | 0.66 | 0 | 0.72 | 0.33 | 114.63 | 0.57 | 0.43 |
| Hex | 3A | AA | 2F | 42 | 0 | 48 | 21 | 73 | 39 | 2B |
| Octal | 72 | 252 | 57 | 102 | 0 | 110 | 41 | 163 | 71 | 53 |
| Binary | 111010 | 10101010 | 101111 | 1000010 | 0 | 1001000 | 100001 | 1110011 | 111001 | 101011 |
Color Harmonies of #3AAA2F
Complementary color
Monochromatic Colors of #3AAA2F
Black with #3AAA2F
Text Example
Text Example
White with #3AAA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAA2F; }
p { color: rgb(58,170,47); }
H1.HeaderClassName
{
color: #3AAA2F;
}
.AnyTagClassName
{
color: #3AAA2F;
}
</style>
background-color css
<style>
a { background-color: #3AAA2F; }
a { background-color: rgb(58,170,47); }
div.DivClassName
{
background-color: #3AAA2F;
}
.BgClassName
{
background-color: #3AAA2F;
}
</style>
border-color css
<style>
span { border-color: #3AAA2F; }
span { border-color: rgb(58,170,47); }
td.TdClassName
{
border-color: #3AAA2F;
}
.TagClassName
{
border-color: #3AAA2F;
}
</style>