Shades of Lime Green #3AD619
Tints of Lime Green #3AD619
RGB
CMYK
RGB Variations
Color information
#3AD619 (or 0x3AD619) is known color: Lime Green. HEX triplet: 3A, D6 and 19. RGB value is (58,214,25). Sum of RGB (Red+Green+Blue) = 58+214+25=297 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.53% from 297); Green value is 214 (83.98% from 255 or 72.05% from 297); Blue value is 25 (10.16% from 255 or 8.42% from 297); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD619 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD619 is #C529E6. Grayscale: #929292. Windows color (decimal): -12921319 or 1693242. OLE color: 1693242.
HSL color Cylindrical-coordinate representation of color #3AD619: hue angle of 109.52º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3AD619 is Cyan = 0.73, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 214 | 25 | - |
| CMYK | 0.73 | 0 | 0.88 | 0.16 |
| HSL | 109.52º | 0.79% | 0.47% | - |
| HSV(B) | 109.52º | 0.88% | 0.84% | - |
| XYZ | 25.97 | 49.06 | 9.02 | - |
| YUV | 145.81 | 59.82 | 65.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 214 | 25 | 0.73 | 0 | 0.88 | 0.16 | 109.52 | 0.79 | 0.47 |
| Hex | 3A | D6 | 19 | 49 | 0 | 58 | 10 | 6E | 4F | 2F |
| Octal | 72 | 326 | 31 | 111 | 0 | 130 | 20 | 156 | 117 | 57 |
| Binary | 111010 | 11010110 | 11001 | 1001001 | 0 | 1011000 | 10000 | 1101110 | 1001111 | 101111 |
Color Harmonies of #3AD619
Complementary color
Monochromatic Colors of #3AD619
Black with #3AD619
Text Example
Text Example
White with #3AD619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD619; }
p { color: rgb(58,214,25); }
H1.HeaderClassName
{
color: #3AD619;
}
.AnyTagClassName
{
color: #3AD619;
}
</style>
background-color css
<style>
a { background-color: #3AD619; }
a { background-color: rgb(58,214,25); }
div.DivClassName
{
background-color: #3AD619;
}
.BgClassName
{
background-color: #3AD619;
}
</style>
border-color css
<style>
span { border-color: #3AD619; }
span { border-color: rgb(58,214,25); }
td.TdClassName
{
border-color: #3AD619;
}
.TagClassName
{
border-color: #3AD619;
}
</style>