Shades of Lime Green #3AD921
Tints of Lime Green #3AD921
RGB
CMYK
RGB Variations
Color information
#3AD921 (or 0x3AD921) is known color: Lime Green. HEX triplet: 3A, D9 and 21. RGB value is (58,217,33). Sum of RGB (Red+Green+Blue) = 58+217+33=308 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.83% from 308); Green value is 217 (85.16% from 255 or 70.45% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 217 - color contains mainly: green. Hex color #3AD921 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD921 is #C526DE. Grayscale: #959595. Windows color (decimal): -12920543 or 2218298. OLE color: 2218298.
HSL color Cylindrical-coordinate representation of color #3AD921: hue angle of 111.85º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3AD921 is Cyan = 0.73, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 217 | 33 | - |
| CMYK | 0.73 | 0 | 0.85 | 0.15 |
| HSL | 111.85º | 0.74% | 0.49% | - |
| HSV(B) | 111.85º | 0.85% | 0.85% | - |
| XYZ | 26.83 | 50.64 | 9.8 | - |
| YUV | 148.48 | 62.82 | 63.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 217 | 33 | 0.73 | 0 | 0.85 | 0.15 | 111.85 | 0.74 | 0.49 |
| Hex | 3A | D9 | 21 | 49 | 0 | 55 | F | 70 | 4A | 31 |
| Octal | 72 | 331 | 41 | 111 | 0 | 125 | 17 | 160 | 112 | 61 |
| Binary | 111010 | 11011001 | 100001 | 1001001 | 0 | 1010101 | 1111 | 1110000 | 1001010 | 110001 |
Color Harmonies of #3AD921
Complementary color
Monochromatic Colors of #3AD921
Black with #3AD921
Text Example
Text Example
White with #3AD921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD921; }
p { color: rgb(58,217,33); }
H1.HeaderClassName
{
color: #3AD921;
}
.AnyTagClassName
{
color: #3AD921;
}
</style>
background-color css
<style>
a { background-color: #3AD921; }
a { background-color: rgb(58,217,33); }
div.DivClassName
{
background-color: #3AD921;
}
.BgClassName
{
background-color: #3AD921;
}
</style>
border-color css
<style>
span { border-color: #3AD921; }
span { border-color: rgb(58,217,33); }
td.TdClassName
{
border-color: #3AD921;
}
.TagClassName
{
border-color: #3AD921;
}
</style>