Shades of Lime Green #3DDD16
Tints of Lime Green #3DDD16
RGB
CMYK
RGB Variations
Color information
#3DDD16 (or 0x3DDD16) is known color: Lime Green. HEX triplet: 3D, DD and 16. RGB value is (61,221,22). Sum of RGB (Red+Green+Blue) = 61+221+22=304 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.07% from 304); Green value is 221 (86.72% from 255 or 72.70% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 221 - color contains mainly: green. Hex color #3DDD16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DDD16 is #C222E9. Grayscale: #979797. Windows color (decimal): -12722922 or 1498429. OLE color: 1498429.
HSL color Cylindrical-coordinate representation of color #3DDD16: hue angle of 108.24º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3DDD16 is Cyan = 0.72, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 221 | 22 | - |
| CMYK | 0.72 | 0 | 0.90 | 0.13 |
| HSL | 108.24º | 0.82% | 0.48% | - |
| HSV(B) | 108.24º | 0.9% | 0.87% | - |
| XYZ | 27.93 | 52.76 | 9.47 | - |
| YUV | 150.47 | 55.49 | 64.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 221 | 22 | 0.72 | 0 | 0.90 | 0.13 | 108.24 | 0.82 | 0.48 |
| Hex | 3D | DD | 16 | 48 | 0 | 5A | D | 6C | 52 | 30 |
| Octal | 75 | 335 | 26 | 110 | 0 | 132 | 15 | 154 | 122 | 60 |
| Binary | 111101 | 11011101 | 10110 | 1001000 | 0 | 1011010 | 1101 | 1101100 | 1010010 | 110000 |
Color Harmonies of #3DDD16
Complementary color
Monochromatic Colors of #3DDD16
Black with #3DDD16
Text Example
Text Example
White with #3DDD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDD16; }
p { color: rgb(61,221,22); }
H1.HeaderClassName
{
color: #3DDD16;
}
.AnyTagClassName
{
color: #3DDD16;
}
</style>
background-color css
<style>
a { background-color: #3DDD16; }
a { background-color: rgb(61,221,22); }
div.DivClassName
{
background-color: #3DDD16;
}
.BgClassName
{
background-color: #3DDD16;
}
</style>
border-color css
<style>
span { border-color: #3DDD16; }
span { border-color: rgb(61,221,22); }
td.TdClassName
{
border-color: #3DDD16;
}
.TagClassName
{
border-color: #3DDD16;
}
</style>