Shades of Lime Green #3ADA14
Tints of Lime Green #3ADA14
RGB
CMYK
RGB Variations
Color information
#3ADA14 (or 0x3ADA14) is known color: Lime Green. HEX triplet: 3A, DA and 14. RGB value is (58,218,20). Sum of RGB (Red+Green+Blue) = 58+218+20=296 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.59% from 296); Green value is 218 (85.55% from 255 or 73.65% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 218 - color contains mainly: green. Hex color #3ADA14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ADA14 is #C525EB. Grayscale: #949494. Windows color (decimal): -12920300 or 1366586. OLE color: 1366586.
HSL color Cylindrical-coordinate representation of color #3ADA14: hue angle of 108.48º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3ADA14 is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 218 | 20 | - |
| CMYK | 0.73 | 0 | 0.91 | 0.15 |
| HSL | 108.48º | 0.83% | 0.47% | - |
| HSV(B) | 108.48º | 0.91% | 0.85% | - |
| XYZ | 26.94 | 51.09 | 9.1 | - |
| YUV | 147.59 | 55.99 | 64.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 218 | 20 | 0.73 | 0 | 0.91 | 0.15 | 108.48 | 0.83 | 0.47 |
| Hex | 3A | DA | 14 | 49 | 0 | 5B | F | 6C | 53 | 2F |
| Octal | 72 | 332 | 24 | 111 | 0 | 133 | 17 | 154 | 123 | 57 |
| Binary | 111010 | 11011010 | 10100 | 1001001 | 0 | 1011011 | 1111 | 1101100 | 1010011 | 101111 |
Color Harmonies of #3ADA14
Complementary color
Monochromatic Colors of #3ADA14
Black with #3ADA14
Text Example
Text Example
White with #3ADA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADA14; }
p { color: rgb(58,218,20); }
H1.HeaderClassName
{
color: #3ADA14;
}
.AnyTagClassName
{
color: #3ADA14;
}
</style>
background-color css
<style>
a { background-color: #3ADA14; }
a { background-color: rgb(58,218,20); }
div.DivClassName
{
background-color: #3ADA14;
}
.BgClassName
{
background-color: #3ADA14;
}
</style>
border-color css
<style>
span { border-color: #3ADA14; }
span { border-color: rgb(58,218,20); }
td.TdClassName
{
border-color: #3ADA14;
}
.TagClassName
{
border-color: #3ADA14;
}
</style>