Shades of Kelly Green #2DC013
Tints of Kelly Green #2DC013
RGB
CMYK
RGB Variations
Color information
#2DC013 (or 0x2DC013) is known color: Kelly Green. HEX triplet: 2D, C0 and 13. RGB value is (45,192,19). Sum of RGB (Red+Green+Blue) = 45+192+19=256 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.58% from 256); Green value is 192 (75.39% from 255 or 75% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC013 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DC013 is #D23FEC. Grayscale: #808080. Windows color (decimal): -13778925 or 1294381. OLE color: 1294381.
HSL color Cylindrical-coordinate representation of color #2DC013: hue angle of 110.98º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2DC013 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 192 | 19 | - |
| CMYK | 0.77 | 0 | 0.90 | 0.25 |
| HSL | 110.98º | 0.82% | 0.41% | - |
| HSV(B) | 110.98º | 0.9% | 0.75% | - |
| XYZ | 20.05 | 38.3 | 6.95 | - |
| YUV | 128.33 | 66.3 | 68.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 192 | 19 | 0.77 | 0 | 0.90 | 0.25 | 110.98 | 0.82 | 0.41 |
| Hex | 2D | C0 | 13 | 4D | 0 | 5A | 19 | 6F | 52 | 29 |
| Octal | 55 | 300 | 23 | 115 | 0 | 132 | 31 | 157 | 122 | 51 |
| Binary | 101101 | 11000000 | 10011 | 1001101 | 0 | 1011010 | 11001 | 1101111 | 1010010 | 101001 |
Color Harmonies of #2DC013
Complementary color
Monochromatic Colors of #2DC013
Black with #2DC013
Text Example
Text Example
White with #2DC013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC013; }
p { color: rgb(45,192,19); }
H1.HeaderClassName
{
color: #2DC013;
}
.AnyTagClassName
{
color: #2DC013;
}
</style>
background-color css
<style>
a { background-color: #2DC013; }
a { background-color: rgb(45,192,19); }
div.DivClassName
{
background-color: #2DC013;
}
.BgClassName
{
background-color: #2DC013;
}
</style>
border-color css
<style>
span { border-color: #2DC013; }
span { border-color: rgb(45,192,19); }
td.TdClassName
{
border-color: #2DC013;
}
.TagClassName
{
border-color: #2DC013;
}
</style>