Shades of Kelly Green #2DC205
Tints of Kelly Green #2DC205
RGB
CMYK
RGB Variations
Color information
#2DC205 (or 0x2DC205) is known color: Kelly Green. HEX triplet: 2D, C2 and 05. RGB value is (45,194,5). Sum of RGB (Red+Green+Blue) = 45+194+5=244 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.44% from 244); Green value is 194 (76.17% from 255 or 79.51% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 194 - color contains mainly: green. Hex color #2DC205 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DC205 is #D23DFA. Grayscale: #808080. Windows color (decimal): -13778427 or 377389. OLE color: 377389.
HSL color Cylindrical-coordinate representation of color #2DC205: hue angle of 107.3º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2DC205 is Cyan = 0.77, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 194 | 5 | - |
| CMYK | 0.77 | 0 | 0.97 | 0.24 |
| HSL | 107.3º | 0.95% | 0.39% | - |
| HSV(B) | 107.3º | 0.97% | 0.76% | - |
| XYZ | 20.4 | 39.15 | 6.63 | - |
| YUV | 127.9 | 58.64 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 194 | 5 | 0.77 | 0 | 0.97 | 0.24 | 107.3 | 0.95 | 0.39 |
| Hex | 2D | C2 | 5 | 4D | 0 | 61 | 18 | 6B | 5F | 27 |
| Octal | 55 | 302 | 5 | 115 | 0 | 141 | 30 | 153 | 137 | 47 |
| Binary | 101101 | 11000010 | 101 | 1001101 | 0 | 1100001 | 11000 | 1101011 | 1011111 | 100111 |
Color Harmonies of #2DC205
Complementary color
Monochromatic Colors of #2DC205
Black with #2DC205
Text Example
Text Example
White with #2DC205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC205; }
p { color: rgb(45,194,5); }
H1.HeaderClassName
{
color: #2DC205;
}
.AnyTagClassName
{
color: #2DC205;
}
</style>
background-color css
<style>
a { background-color: #2DC205; }
a { background-color: rgb(45,194,5); }
div.DivClassName
{
background-color: #2DC205;
}
.BgClassName
{
background-color: #2DC205;
}
</style>
border-color css
<style>
span { border-color: #2DC205; }
span { border-color: rgb(45,194,5); }
td.TdClassName
{
border-color: #2DC205;
}
.TagClassName
{
border-color: #2DC205;
}
</style>