Shades of Kelly Green #2DC60D
Tints of Kelly Green #2DC60D
RGB
CMYK
RGB Variations
Color information
#2DC60D (or 0x2DC60D) is known color: Kelly Green. HEX triplet: 2D, C6 and 0D. RGB value is (45,198,13). Sum of RGB (Red+Green+Blue) = 45+198+13=256 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.58% from 256); Green value is 198 (77.73% from 255 or 77.34% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 198 - color contains mainly: green. Hex color #2DC60D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DC60D is #D239F2. Grayscale: #838383. Windows color (decimal): -13777395 or 902701. OLE color: 902701.
HSL color Cylindrical-coordinate representation of color #2DC60D: hue angle of 109.62º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2DC60D is Cyan = 0.77, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 45 | 198 | 13 | - |
| CMYK | 0.77 | 0 | 0.93 | 0.22 |
| HSL | 109.62º | 0.88% | 0.41% | - |
| HSV(B) | 109.62º | 0.93% | 0.78% | - |
| XYZ | 21.35 | 40.98 | 7.16 | - |
| YUV | 131.16 | 61.31 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 198 | 13 | 0.77 | 0 | 0.93 | 0.22 | 109.62 | 0.88 | 0.41 |
| Hex | 2D | C6 | D | 4D | 0 | 5D | 16 | 6E | 58 | 29 |
| Octal | 55 | 306 | 15 | 115 | 0 | 135 | 26 | 156 | 130 | 51 |
| Binary | 101101 | 11000110 | 1101 | 1001101 | 0 | 1011101 | 10110 | 1101110 | 1011000 | 101001 |
Color Harmonies of #2DC60D
Complementary color
Monochromatic Colors of #2DC60D
Black with #2DC60D
Text Example
Text Example
White with #2DC60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC60D; }
p { color: rgb(45,198,13); }
H1.HeaderClassName
{
color: #2DC60D;
}
.AnyTagClassName
{
color: #2DC60D;
}
</style>
background-color css
<style>
a { background-color: #2DC60D; }
a { background-color: rgb(45,198,13); }
div.DivClassName
{
background-color: #2DC60D;
}
.BgClassName
{
background-color: #2DC60D;
}
</style>
border-color css
<style>
span { border-color: #2DC60D; }
span { border-color: rgb(45,198,13); }
td.TdClassName
{
border-color: #2DC60D;
}
.TagClassName
{
border-color: #2DC60D;
}
</style>