Shades of Lime Green #3AD621
Tints of Lime Green #3AD621
RGB
CMYK
RGB Variations
Color information
#3AD621 (or 0x3AD621) is known color: Lime Green. HEX triplet: 3A, D6 and 21. RGB value is (58,214,33). Sum of RGB (Red+Green+Blue) = 58+214+33=305 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.02% from 305); Green value is 214 (83.98% from 255 or 70.16% from 305); Blue value is 33 (13.28% from 255 or 10.82% from 305); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD621 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD621 is #C529DE. Grayscale: #939393. Windows color (decimal): -12921311 or 2217530. OLE color: 2217530.
HSL color Cylindrical-coordinate representation of color #3AD621: hue angle of 111.71º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3AD621 is Cyan = 0.73, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 214 | 33 | - |
| CMYK | 0.73 | 0 | 0.85 | 0.16 |
| HSL | 111.71º | 0.73% | 0.48% | - |
| HSV(B) | 111.71º | 0.85% | 0.84% | - |
| XYZ | 26.07 | 49.1 | 9.54 | - |
| YUV | 146.72 | 63.82 | 64.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 214 | 33 | 0.73 | 0 | 0.85 | 0.16 | 111.71 | 0.73 | 0.48 |
| Hex | 3A | D6 | 21 | 49 | 0 | 55 | 10 | 70 | 49 | 30 |
| Octal | 72 | 326 | 41 | 111 | 0 | 125 | 20 | 160 | 111 | 60 |
| Binary | 111010 | 11010110 | 100001 | 1001001 | 0 | 1010101 | 10000 | 1110000 | 1001001 | 110000 |
Color Harmonies of #3AD621
Complementary color
Monochromatic Colors of #3AD621
Black with #3AD621
Text Example
Text Example
White with #3AD621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD621; }
p { color: rgb(58,214,33); }
H1.HeaderClassName
{
color: #3AD621;
}
.AnyTagClassName
{
color: #3AD621;
}
</style>
background-color css
<style>
a { background-color: #3AD621; }
a { background-color: rgb(58,214,33); }
div.DivClassName
{
background-color: #3AD621;
}
.BgClassName
{
background-color: #3AD621;
}
</style>
border-color css
<style>
span { border-color: #3AD621; }
span { border-color: rgb(58,214,33); }
td.TdClassName
{
border-color: #3AD621;
}
.TagClassName
{
border-color: #3AD621;
}
</style>