Shades of Kelly Green #3DDC13
Tints of Kelly Green #3DDC13
RGB
CMYK
RGB Variations
Color information
#3DDC13 (or 0x3DDC13) is known color: Kelly Green. HEX triplet: 3D, DC and 13. RGB value is (61,220,19). Sum of RGB (Red+Green+Blue) = 61+220+19=300 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.33% from 300); Green value is 220 (86.33% from 255 or 73.33% from 300); Blue value is 19 (7.81% from 255 or 6.33% from 300); Max value from RGB is 220 - color contains mainly: green. Hex color #3DDC13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DDC13 is #C223EC. Grayscale: #969696. Windows color (decimal): -12723181 or 1301565. OLE color: 1301565.
HSL color Cylindrical-coordinate representation of color #3DDC13: hue angle of 107.46º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3DDC13 is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 220 | 19 | - |
| CMYK | 0.72 | 0 | 0.91 | 0.14 |
| HSL | 107.46º | 0.84% | 0.47% | - |
| HSV(B) | 107.46º | 0.91% | 0.86% | - |
| XYZ | 27.64 | 52.23 | 9.24 | - |
| YUV | 149.55 | 54.32 | 64.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 220 | 19 | 0.72 | 0 | 0.91 | 0.14 | 107.46 | 0.84 | 0.47 |
| Hex | 3D | DC | 13 | 48 | 0 | 5B | E | 6B | 54 | 2F |
| Octal | 75 | 334 | 23 | 110 | 0 | 133 | 16 | 153 | 124 | 57 |
| Binary | 111101 | 11011100 | 10011 | 1001000 | 0 | 1011011 | 1110 | 1101011 | 1010100 | 101111 |
Color Harmonies of #3DDC13
Complementary color
Monochromatic Colors of #3DDC13
Black with #3DDC13
Text Example
Text Example
White with #3DDC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDC13; }
p { color: rgb(61,220,19); }
H1.HeaderClassName
{
color: #3DDC13;
}
.AnyTagClassName
{
color: #3DDC13;
}
</style>
background-color css
<style>
a { background-color: #3DDC13; }
a { background-color: rgb(61,220,19); }
div.DivClassName
{
background-color: #3DDC13;
}
.BgClassName
{
background-color: #3DDC13;
}
</style>
border-color css
<style>
span { border-color: #3DDC13; }
span { border-color: rgb(61,220,19); }
td.TdClassName
{
border-color: #3DDC13;
}
.TagClassName
{
border-color: #3DDC13;
}
</style>