Shades of Kelly Green #3DD40D
Tints of Kelly Green #3DD40D
RGB
CMYK
RGB Variations
Color information
#3DD40D (or 0x3DD40D) is known color: Kelly Green. HEX triplet: 3D, D4 and 0D. RGB value is (61,212,13). Sum of RGB (Red+Green+Blue) = 61+212+13=286 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.33% from 286); Green value is 212 (83.20% from 255 or 74.13% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 212 - color contains mainly: green. Hex color #3DD40D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DD40D is #C22BF2. Grayscale: #909090. Windows color (decimal): -12725235 or 906301. OLE color: 906301.
HSL color Cylindrical-coordinate representation of color #3DD40D: hue angle of 105.53º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3DD40D is Cyan = 0.71, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 61 | 212 | 13 | - |
| CMYK | 0.71 | 0 | 0.94 | 0.17 |
| HSL | 105.53º | 0.88% | 0.44% | - |
| HSV(B) | 105.53º | 0.94% | 0.83% | - |
| XYZ | 25.54 | 48.11 | 8.32 | - |
| YUV | 144.17 | 53.97 | 68.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 212 | 13 | 0.71 | 0 | 0.94 | 0.17 | 105.53 | 0.88 | 0.44 |
| Hex | 3D | D4 | D | 47 | 0 | 5E | 11 | 6A | 58 | 2C |
| Octal | 75 | 324 | 15 | 107 | 0 | 136 | 21 | 152 | 130 | 54 |
| Binary | 111101 | 11010100 | 1101 | 1000111 | 0 | 1011110 | 10001 | 1101010 | 1011000 | 101100 |
Color Harmonies of #3DD40D
Complementary color
Monochromatic Colors of #3DD40D
Black with #3DD40D
Text Example
Text Example
White with #3DD40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD40D; }
p { color: rgb(61,212,13); }
H1.HeaderClassName
{
color: #3DD40D;
}
.AnyTagClassName
{
color: #3DD40D;
}
</style>
background-color css
<style>
a { background-color: #3DD40D; }
a { background-color: rgb(61,212,13); }
div.DivClassName
{
background-color: #3DD40D;
}
.BgClassName
{
background-color: #3DD40D;
}
</style>
border-color css
<style>
span { border-color: #3DD40D; }
span { border-color: rgb(61,212,13); }
td.TdClassName
{
border-color: #3DD40D;
}
.TagClassName
{
border-color: #3DD40D;
}
</style>