Shades of Kelly Green #3DD014
Tints of Kelly Green #3DD014
RGB
CMYK
RGB Variations
Color information
#3DD014 (or 0x3DD014) is known color: Kelly Green. HEX triplet: 3D, D0 and 14. RGB value is (61,208,20). Sum of RGB (Red+Green+Blue) = 61+208+20=289 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.11% from 289); Green value is 208 (81.64% from 255 or 71.97% from 289); Blue value is 20 (8.20% from 255 or 6.92% from 289); Max value from RGB is 208 - color contains mainly: green. Hex color #3DD014 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DD014 is #C22FEB. Grayscale: #8F8F8F. Windows color (decimal): -12726252 or 1364029. OLE color: 1364029.
HSL color Cylindrical-coordinate representation of color #3DD014: hue angle of 106.91º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3DD014 is Cyan = 0.71, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 61 | 208 | 20 | - |
| CMYK | 0.71 | 0 | 0.90 | 0.18 |
| HSL | 106.91º | 0.82% | 0.45% | - |
| HSV(B) | 106.91º | 0.9% | 0.82% | - |
| XYZ | 24.61 | 46.15 | 8.27 | - |
| YUV | 142.62 | 58.8 | 69.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 208 | 20 | 0.71 | 0 | 0.90 | 0.18 | 106.91 | 0.82 | 0.45 |
| Hex | 3D | D0 | 14 | 47 | 0 | 5A | 12 | 6B | 52 | 2D |
| Octal | 75 | 320 | 24 | 107 | 0 | 132 | 22 | 153 | 122 | 55 |
| Binary | 111101 | 11010000 | 10100 | 1000111 | 0 | 1011010 | 10010 | 1101011 | 1010010 | 101101 |
Color Harmonies of #3DD014
Complementary color
Monochromatic Colors of #3DD014
Black with #3DD014
Text Example
Text Example
White with #3DD014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD014; }
p { color: rgb(61,208,20); }
H1.HeaderClassName
{
color: #3DD014;
}
.AnyTagClassName
{
color: #3DD014;
}
</style>
background-color css
<style>
a { background-color: #3DD014; }
a { background-color: rgb(61,208,20); }
div.DivClassName
{
background-color: #3DD014;
}
.BgClassName
{
background-color: #3DD014;
}
</style>
border-color css
<style>
span { border-color: #3DD014; }
span { border-color: rgb(61,208,20); }
td.TdClassName
{
border-color: #3DD014;
}
.TagClassName
{
border-color: #3DD014;
}
</style>