Shades of Lime Green #3AAA33
Tints of Lime Green #3AAA33
RGB
CMYK
RGB Variations
Color information
#3AAA33 (or 0x3AAA33) is known color: Lime Green. HEX triplet: 3A, AA and 33. RGB value is (58,170,51). Sum of RGB (Red+Green+Blue) = 58+170+51=279 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.79% from 279); Green value is 170 (66.80% from 255 or 60.93% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAA33 is #C555CC. Grayscale: #7B7B7B. Windows color (decimal): -12932557 or 3385914. OLE color: 3385914.
HSL color Cylindrical-coordinate representation of color #3AAA33: hue angle of 116.47º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AAA33 is Cyan = 0.66, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 170 | 51 | - |
| CMYK | 0.66 | 0 | 0.7 | 0.33 |
| HSL | 116.47º | 0.54% | 0.43% | - |
| HSV(B) | 116.47º | 0.7% | 0.67% | - |
| XYZ | 16.72 | 29.89 | 8.02 | - |
| YUV | 122.95 | 87.39 | 81.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 170 | 51 | 0.66 | 0 | 0.7 | 0.33 | 116.47 | 0.54 | 0.43 |
| Hex | 3A | AA | 33 | 42 | 0 | 46 | 21 | 74 | 36 | 2B |
| Octal | 72 | 252 | 63 | 102 | 0 | 106 | 41 | 164 | 66 | 53 |
| Binary | 111010 | 10101010 | 110011 | 1000010 | 0 | 1000110 | 100001 | 1110100 | 110110 | 101011 |
Color Harmonies of #3AAA33
Complementary color
Monochromatic Colors of #3AAA33
Black with #3AAA33
Text Example
Text Example
White with #3AAA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAA33; }
p { color: rgb(58,170,51); }
H1.HeaderClassName
{
color: #3AAA33;
}
.AnyTagClassName
{
color: #3AAA33;
}
</style>
background-color css
<style>
a { background-color: #3AAA33; }
a { background-color: rgb(58,170,51); }
div.DivClassName
{
background-color: #3AAA33;
}
.BgClassName
{
background-color: #3AAA33;
}
</style>
border-color css
<style>
span { border-color: #3AAA33; }
span { border-color: rgb(58,170,51); }
td.TdClassName
{
border-color: #3AAA33;
}
.TagClassName
{
border-color: #3AAA33;
}
</style>