Shades of Kelly Green #3DDC14
Tints of Kelly Green #3DDC14
RGB
CMYK
RGB Variations
Color information
#3DDC14 (or 0x3DDC14) is known color: Kelly Green. HEX triplet: 3D, DC and 14. RGB value is (61,220,20). Sum of RGB (Red+Green+Blue) = 61+220+20=301 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.27% from 301); Green value is 220 (86.33% from 255 or 73.09% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 220 - color contains mainly: green. Hex color #3DDC14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DDC14 is #C223EB. Grayscale: #969696. Windows color (decimal): -12723180 or 1367101. OLE color: 1367101.
HSL color Cylindrical-coordinate representation of color #3DDC14: hue angle of 107.7º degrees, saturation: 0.83, 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 #3DDC14 is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 220 | 20 | - |
| CMYK | 0.72 | 0 | 0.91 | 0.14 |
| HSL | 107.7º | 0.83% | 0.47% | - |
| HSV(B) | 107.7º | 0.91% | 0.86% | - |
| XYZ | 27.64 | 52.23 | 9.29 | - |
| YUV | 149.66 | 54.82 | 64.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 220 | 20 | 0.72 | 0 | 0.91 | 0.14 | 107.7 | 0.83 | 0.47 |
| Hex | 3D | DC | 14 | 48 | 0 | 5B | E | 6C | 53 | 2F |
| Octal | 75 | 334 | 24 | 110 | 0 | 133 | 16 | 154 | 123 | 57 |
| Binary | 111101 | 11011100 | 10100 | 1001000 | 0 | 1011011 | 1110 | 1101100 | 1010011 | 101111 |
Color Harmonies of #3DDC14
Complementary color
Monochromatic Colors of #3DDC14
Black with #3DDC14
Text Example
Text Example
White with #3DDC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDC14; }
p { color: rgb(61,220,20); }
H1.HeaderClassName
{
color: #3DDC14;
}
.AnyTagClassName
{
color: #3DDC14;
}
</style>
background-color css
<style>
a { background-color: #3DDC14; }
a { background-color: rgb(61,220,20); }
div.DivClassName
{
background-color: #3DDC14;
}
.BgClassName
{
background-color: #3DDC14;
}
</style>
border-color css
<style>
span { border-color: #3DDC14; }
span { border-color: rgb(61,220,20); }
td.TdClassName
{
border-color: #3DDC14;
}
.TagClassName
{
border-color: #3DDC14;
}
</style>