Shades of Lime Green #3AAC33
Tints of Lime Green #3AAC33
RGB
CMYK
RGB Variations
Color information
#3AAC33 (or 0x3AAC33) is known color: Lime Green. HEX triplet: 3A, AC and 33. RGB value is (58,172,51). Sum of RGB (Red+Green+Blue) = 58+172+51=281 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.64% from 281); Green value is 172 (67.58% from 255 or 61.21% from 281); Blue value is 51 (20.31% from 255 or 18.15% from 281); Max value from RGB is 172 - color contains mainly: green. Hex color #3AAC33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAC33 is #C553CC. Grayscale: #7C7C7C. Windows color (decimal): -12932045 or 3386426. OLE color: 3386426.
HSL color Cylindrical-coordinate representation of color #3AAC33: hue angle of 116.53º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AAC33 is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 172 | 51 | - |
| CMYK | 0.66 | 0 | 0.70 | 0.33 |
| HSL | 116.53º | 0.54% | 0.44% | - |
| HSV(B) | 116.53º | 0.7% | 0.67% | - |
| XYZ | 17.09 | 30.64 | 8.15 | - |
| YUV | 124.12 | 86.73 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 172 | 51 | 0.66 | 0 | 0.70 | 0.33 | 116.53 | 0.54 | 0.44 |
| Hex | 3A | AC | 33 | 42 | 0 | 46 | 21 | 75 | 36 | 2C |
| Octal | 72 | 254 | 63 | 102 | 0 | 106 | 41 | 165 | 66 | 54 |
| Binary | 111010 | 10101100 | 110011 | 1000010 | 0 | 1000110 | 100001 | 1110101 | 110110 | 101100 |
Color Harmonies of #3AAC33
Complementary color
Monochromatic Colors of #3AAC33
Black with #3AAC33
Text Example
Text Example
White with #3AAC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAC33; }
p { color: rgb(58,172,51); }
H1.HeaderClassName
{
color: #3AAC33;
}
.AnyTagClassName
{
color: #3AAC33;
}
</style>
background-color css
<style>
a { background-color: #3AAC33; }
a { background-color: rgb(58,172,51); }
div.DivClassName
{
background-color: #3AAC33;
}
.BgClassName
{
background-color: #3AAC33;
}
</style>
border-color css
<style>
span { border-color: #3AAC33; }
span { border-color: rgb(58,172,51); }
td.TdClassName
{
border-color: #3AAC33;
}
.TagClassName
{
border-color: #3AAC33;
}
</style>