Shades of Lime Green #3AB22E
Tints of Lime Green #3AB22E
RGB
CMYK
RGB Variations
Color information
#3AB22E (or 0x3AB22E) is known color: Lime Green. HEX triplet: 3A, B2 and 2E. RGB value is (58,178,46). Sum of RGB (Red+Green+Blue) = 58+178+46=282 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.57% from 282); Green value is 178 (69.92% from 255 or 63.12% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 178 - color contains mainly: green. Hex color #3AB22E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AB22E is #C54DD1. Grayscale: #7F7F7F. Windows color (decimal): -12930514 or 3060282. OLE color: 3060282.
HSL color Cylindrical-coordinate representation of color #3AB22E: hue angle of 114.55º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AB22E is Cyan = 0.67, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 58 | 178 | 46 | - |
| CMYK | 0.67 | 0 | 0.74 | 0.30 |
| HSL | 114.55º | 0.59% | 0.44% | - |
| HSV(B) | 114.55º | 0.74% | 0.7% | - |
| XYZ | 18.16 | 32.94 | 7.99 | - |
| YUV | 127.07 | 82.24 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 178 | 46 | 0.67 | 0 | 0.74 | 0.30 | 114.55 | 0.59 | 0.44 |
| Hex | 3A | B2 | 2E | 43 | 0 | 4A | 1E | 73 | 3B | 2C |
| Octal | 72 | 262 | 56 | 103 | 0 | 112 | 36 | 163 | 73 | 54 |
| Binary | 111010 | 10110010 | 101110 | 1000011 | 0 | 1001010 | 11110 | 1110011 | 111011 | 101100 |
Color Harmonies of #3AB22E
Complementary color
Monochromatic Colors of #3AB22E
Black with #3AB22E
Text Example
Text Example
White with #3AB22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB22E; }
p { color: rgb(58,178,46); }
H1.HeaderClassName
{
color: #3AB22E;
}
.AnyTagClassName
{
color: #3AB22E;
}
</style>
background-color css
<style>
a { background-color: #3AB22E; }
a { background-color: rgb(58,178,46); }
div.DivClassName
{
background-color: #3AB22E;
}
.BgClassName
{
background-color: #3AB22E;
}
</style>
border-color css
<style>
span { border-color: #3AB22E; }
span { border-color: rgb(58,178,46); }
td.TdClassName
{
border-color: #3AB22E;
}
.TagClassName
{
border-color: #3AB22E;
}
</style>