Shades of Lime Green #3DDC17
Tints of Lime Green #3DDC17
RGB
CMYK
RGB Variations
Color information
#3DDC17 (or 0x3DDC17) is known color: Lime Green. HEX triplet: 3D, DC and 17. RGB value is (61,220,23). Sum of RGB (Red+Green+Blue) = 61+220+23=304 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.07% from 304); Green value is 220 (86.33% from 255 or 72.37% from 304); Blue value is 23 (9.38% from 255 or 7.57% from 304); Max value from RGB is 220 - color contains mainly: green. Hex color #3DDC17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DDC17 is #C223E8. Grayscale: #969696. Windows color (decimal): -12723177 or 1563709. OLE color: 1563709.
HSL color Cylindrical-coordinate representation of color #3DDC17: hue angle of 108.43º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3DDC17 is Cyan = 0.72, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 220 | 23 | - |
| CMYK | 0.72 | 0 | 0.90 | 0.14 |
| HSL | 108.43º | 0.81% | 0.48% | - |
| HSV(B) | 108.43º | 0.9% | 0.86% | - |
| XYZ | 27.67 | 52.24 | 9.44 | - |
| YUV | 150 | 56.32 | 64.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 220 | 23 | 0.72 | 0 | 0.90 | 0.14 | 108.43 | 0.81 | 0.48 |
| Hex | 3D | DC | 17 | 48 | 0 | 5A | E | 6C | 51 | 30 |
| Octal | 75 | 334 | 27 | 110 | 0 | 132 | 16 | 154 | 121 | 60 |
| Binary | 111101 | 11011100 | 10111 | 1001000 | 0 | 1011010 | 1110 | 1101100 | 1010001 | 110000 |
Color Harmonies of #3DDC17
Complementary color
Monochromatic Colors of #3DDC17
Black with #3DDC17
Text Example
Text Example
White with #3DDC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDC17; }
p { color: rgb(61,220,23); }
H1.HeaderClassName
{
color: #3DDC17;
}
.AnyTagClassName
{
color: #3DDC17;
}
</style>
background-color css
<style>
a { background-color: #3DDC17; }
a { background-color: rgb(61,220,23); }
div.DivClassName
{
background-color: #3DDC17;
}
.BgClassName
{
background-color: #3DDC17;
}
</style>
border-color css
<style>
span { border-color: #3DDC17; }
span { border-color: rgb(61,220,23); }
td.TdClassName
{
border-color: #3DDC17;
}
.TagClassName
{
border-color: #3DDC17;
}
</style>