Shades of Lime Green #3AD618
Tints of Lime Green #3AD618
RGB
CMYK
RGB Variations
Color information
#3AD618 (or 0x3AD618) is known color: Lime Green. HEX triplet: 3A, D6 and 18. RGB value is (58,214,24). Sum of RGB (Red+Green+Blue) = 58+214+24=296 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.59% from 296); Green value is 214 (83.98% from 255 or 72.30% from 296); Blue value is 24 (9.77% from 255 or 8.11% from 296); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD618 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD618 is #C529E7. Grayscale: #929292. Windows color (decimal): -12921320 or 1627706. OLE color: 1627706.
HSL color Cylindrical-coordinate representation of color #3AD618: hue angle of 109.26º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3AD618 is Cyan = 0.73, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 214 | 24 | - |
| CMYK | 0.73 | 0 | 0.89 | 0.16 |
| HSL | 109.26º | 0.8% | 0.47% | - |
| HSV(B) | 109.26º | 0.89% | 0.84% | - |
| XYZ | 25.96 | 49.06 | 8.97 | - |
| YUV | 145.7 | 59.32 | 65.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 214 | 24 | 0.73 | 0 | 0.89 | 0.16 | 109.26 | 0.8 | 0.47 |
| Hex | 3A | D6 | 18 | 49 | 0 | 59 | 10 | 6D | 50 | 2F |
| Octal | 72 | 326 | 30 | 111 | 0 | 131 | 20 | 155 | 120 | 57 |
| Binary | 111010 | 11010110 | 11000 | 1001001 | 0 | 1011001 | 10000 | 1101101 | 1010000 | 101111 |
Color Harmonies of #3AD618
Complementary color
Monochromatic Colors of #3AD618
Black with #3AD618
Text Example
Text Example
White with #3AD618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD618; }
p { color: rgb(58,214,24); }
H1.HeaderClassName
{
color: #3AD618;
}
.AnyTagClassName
{
color: #3AD618;
}
</style>
background-color css
<style>
a { background-color: #3AD618; }
a { background-color: rgb(58,214,24); }
div.DivClassName
{
background-color: #3AD618;
}
.BgClassName
{
background-color: #3AD618;
}
</style>
border-color css
<style>
span { border-color: #3AD618; }
span { border-color: rgb(58,214,24); }
td.TdClassName
{
border-color: #3AD618;
}
.TagClassName
{
border-color: #3AD618;
}
</style>