Shades of Lime Green #3ADE22
Tints of Lime Green #3ADE22
RGB
CMYK
RGB Variations
Color information
#3ADE22 (or 0x3ADE22) is known color: Lime Green. HEX triplet: 3A, DE and 22. RGB value is (58,222,34). Sum of RGB (Red+Green+Blue) = 58+222+34=314 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.47% from 314); Green value is 222 (87.11% from 255 or 70.70% from 314); Blue value is 34 (13.67% from 255 or 10.83% from 314); Max value from RGB is 222 - color contains mainly: green. Hex color #3ADE22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ADE22 is #C521DD. Grayscale: #989898. Windows color (decimal): -12919262 or 2285114. OLE color: 2285114.
HSL color Cylindrical-coordinate representation of color #3ADE22: hue angle of 112.34º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3ADE22 is Cyan = 0.74, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 222 | 34 | - |
| CMYK | 0.74 | 0 | 0.85 | 0.13 |
| HSL | 112.34º | 0.74% | 0.5% | - |
| HSV(B) | 112.34º | 0.85% | 0.87% | - |
| XYZ | 28.15 | 53.26 | 10.31 | - |
| YUV | 151.53 | 61.67 | 61.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 222 | 34 | 0.74 | 0 | 0.85 | 0.13 | 112.34 | 0.74 | 0.5 |
| Hex | 3A | DE | 22 | 4A | 0 | 55 | D | 70 | 4A | 32 |
| Octal | 72 | 336 | 42 | 112 | 0 | 125 | 15 | 160 | 112 | 62 |
| Binary | 111010 | 11011110 | 100010 | 1001010 | 0 | 1010101 | 1101 | 1110000 | 1001010 | 110010 |
Color Harmonies of #3ADE22
Complementary color
Monochromatic Colors of #3ADE22
Black with #3ADE22
Text Example
Text Example
White with #3ADE22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADE22; }
p { color: rgb(58,222,34); }
H1.HeaderClassName
{
color: #3ADE22;
}
.AnyTagClassName
{
color: #3ADE22;
}
</style>
background-color css
<style>
a { background-color: #3ADE22; }
a { background-color: rgb(58,222,34); }
div.DivClassName
{
background-color: #3ADE22;
}
.BgClassName
{
background-color: #3ADE22;
}
</style>
border-color css
<style>
span { border-color: #3ADE22; }
span { border-color: rgb(58,222,34); }
td.TdClassName
{
border-color: #3ADE22;
}
.TagClassName
{
border-color: #3ADE22;
}
</style>