Shades of Lime Green #3AC22F
Tints of Lime Green #3AC22F
RGB
CMYK
RGB Variations
Color information
#3AC22F (or 0x3AC22F) is known color: Lime Green. HEX triplet: 3A, C2 and 2F. RGB value is (58,194,47). Sum of RGB (Red+Green+Blue) = 58+194+47=299 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.40% from 299); Green value is 194 (76.17% from 255 or 64.88% from 299); Blue value is 47 (18.75% from 255 or 15.72% from 299); Max value from RGB is 194 - color contains mainly: green. Hex color #3AC22F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC22F is #C53DD0. Grayscale: #898989. Windows color (decimal): -12926417 or 3129914. OLE color: 3129914.
HSL color Cylindrical-coordinate representation of color #3AC22F: hue angle of 115.51º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AC22F is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 194 | 47 | - |
| CMYK | 0.70 | 0 | 0.76 | 0.24 |
| HSL | 115.51º | 0.61% | 0.47% | - |
| HSV(B) | 115.51º | 0.76% | 0.76% | - |
| XYZ | 21.55 | 39.69 | 9.21 | - |
| YUV | 136.58 | 77.44 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 194 | 47 | 0.70 | 0 | 0.76 | 0.24 | 115.51 | 0.61 | 0.47 |
| Hex | 3A | C2 | 2F | 46 | 0 | 4C | 18 | 74 | 3D | 2F |
| Octal | 72 | 302 | 57 | 106 | 0 | 114 | 30 | 164 | 75 | 57 |
| Binary | 111010 | 11000010 | 101111 | 1000110 | 0 | 1001100 | 11000 | 1110100 | 111101 | 101111 |
Color Harmonies of #3AC22F
Complementary color
Monochromatic Colors of #3AC22F
Black with #3AC22F
Text Example
Text Example
White with #3AC22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC22F; }
p { color: rgb(58,194,47); }
H1.HeaderClassName
{
color: #3AC22F;
}
.AnyTagClassName
{
color: #3AC22F;
}
</style>
background-color css
<style>
a { background-color: #3AC22F; }
a { background-color: rgb(58,194,47); }
div.DivClassName
{
background-color: #3AC22F;
}
.BgClassName
{
background-color: #3AC22F;
}
</style>
border-color css
<style>
span { border-color: #3AC22F; }
span { border-color: rgb(58,194,47); }
td.TdClassName
{
border-color: #3AC22F;
}
.TagClassName
{
border-color: #3AC22F;
}
</style>