Shades of Lime Green #3AB22F
Tints of Lime Green #3AB22F
RGB
CMYK
RGB Variations
Color information
#3AB22F (or 0x3AB22F) is known color: Lime Green. HEX triplet: 3A, B2 and 2F. RGB value is (58,178,47). Sum of RGB (Red+Green+Blue) = 58+178+47=283 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.49% from 283); Green value is 178 (69.92% from 255 or 62.90% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 178 - color contains mainly: green. Hex color #3AB22F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AB22F is #C54DD0. Grayscale: #7F7F7F. Windows color (decimal): -12930513 or 3125818. OLE color: 3125818.
HSL color Cylindrical-coordinate representation of color #3AB22F: hue angle of 114.96º degrees, saturation: 0.58, 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 #3AB22F is Cyan = 0.67, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 58 | 178 | 47 | - |
| CMYK | 0.67 | 0 | 0.74 | 0.30 |
| HSL | 114.96º | 0.58% | 0.44% | - |
| HSV(B) | 114.96º | 0.74% | 0.7% | - |
| XYZ | 18.18 | 32.95 | 8.09 | - |
| YUV | 127.19 | 82.74 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 178 | 47 | 0.67 | 0 | 0.74 | 0.30 | 114.96 | 0.58 | 0.44 |
| Hex | 3A | B2 | 2F | 43 | 0 | 4A | 1E | 73 | 3A | 2C |
| Octal | 72 | 262 | 57 | 103 | 0 | 112 | 36 | 163 | 72 | 54 |
| Binary | 111010 | 10110010 | 101111 | 1000011 | 0 | 1001010 | 11110 | 1110011 | 111010 | 101100 |
Color Harmonies of #3AB22F
Complementary color
Monochromatic Colors of #3AB22F
Black with #3AB22F
Text Example
Text Example
White with #3AB22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB22F; }
p { color: rgb(58,178,47); }
H1.HeaderClassName
{
color: #3AB22F;
}
.AnyTagClassName
{
color: #3AB22F;
}
</style>
background-color css
<style>
a { background-color: #3AB22F; }
a { background-color: rgb(58,178,47); }
div.DivClassName
{
background-color: #3AB22F;
}
.BgClassName
{
background-color: #3AB22F;
}
</style>
border-color css
<style>
span { border-color: #3AB22F; }
span { border-color: rgb(58,178,47); }
td.TdClassName
{
border-color: #3AB22F;
}
.TagClassName
{
border-color: #3AB22F;
}
</style>