Shades of Lime Green #3ADB16
Tints of Lime Green #3ADB16
RGB
CMYK
RGB Variations
Color information
#3ADB16 (or 0x3ADB16) is known color: Lime Green. HEX triplet: 3A, DB and 16. RGB value is (58,219,22). Sum of RGB (Red+Green+Blue) = 58+219+22=299 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.40% from 299); Green value is 219 (85.94% from 255 or 73.24% from 299); Blue value is 22 (8.98% from 255 or 7.36% from 299); Max value from RGB is 219 - color contains mainly: green. Hex color #3ADB16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ADB16 is #C524E9. Grayscale: #959595. Windows color (decimal): -12920042 or 1497914. OLE color: 1497914.
HSL color Cylindrical-coordinate representation of color #3ADB16: hue angle of 109.04º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3ADB16 is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 219 | 22 | - |
| CMYK | 0.74 | 0 | 0.90 | 0.14 |
| HSL | 109.04º | 0.82% | 0.47% | - |
| HSV(B) | 109.04º | 0.9% | 0.86% | - |
| XYZ | 27.22 | 51.62 | 9.29 | - |
| YUV | 148.4 | 56.66 | 63.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 219 | 22 | 0.74 | 0 | 0.90 | 0.14 | 109.04 | 0.82 | 0.47 |
| Hex | 3A | DB | 16 | 4A | 0 | 5A | E | 6D | 52 | 2F |
| Octal | 72 | 333 | 26 | 112 | 0 | 132 | 16 | 155 | 122 | 57 |
| Binary | 111010 | 11011011 | 10110 | 1001010 | 0 | 1011010 | 1110 | 1101101 | 1010010 | 101111 |
Color Harmonies of #3ADB16
Complementary color
Monochromatic Colors of #3ADB16
Black with #3ADB16
Text Example
Text Example
White with #3ADB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADB16; }
p { color: rgb(58,219,22); }
H1.HeaderClassName
{
color: #3ADB16;
}
.AnyTagClassName
{
color: #3ADB16;
}
</style>
background-color css
<style>
a { background-color: #3ADB16; }
a { background-color: rgb(58,219,22); }
div.DivClassName
{
background-color: #3ADB16;
}
.BgClassName
{
background-color: #3ADB16;
}
</style>
border-color css
<style>
span { border-color: #3ADB16; }
span { border-color: rgb(58,219,22); }
td.TdClassName
{
border-color: #3ADB16;
}
.TagClassName
{
border-color: #3ADB16;
}
</style>