Shades of Kelly Green #2DC706
Tints of Kelly Green #2DC706
RGB
CMYK
RGB Variations
Color information
#2DC706 (or 0x2DC706) is known color: Kelly Green. HEX triplet: 2D, C7 and 06. RGB value is (45,199,6). Sum of RGB (Red+Green+Blue) = 45+199+6=250 (33% of max value = 765). Red value is 45 (17.97% from 255 or 18% from 250); Green value is 199 (78.12% from 255 or 79.6% from 250); Blue value is 6 (2.73% from 255 or 2.4% from 250); Max value from RGB is 199 - color contains mainly: green. Hex color #2DC706 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DC706 is #D238F9. Grayscale: #838383. Windows color (decimal): -13777146 or 444205. OLE color: 444205.
HSL color Cylindrical-coordinate representation of color #2DC706: hue angle of 107.88º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2DC706 is Cyan = 0.77, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 45 | 199 | 6 | - |
| CMYK | 0.77 | 0 | 0.97 | 0.22 |
| HSL | 107.88º | 0.94% | 0.4% | - |
| HSV(B) | 107.88º | 0.97% | 0.78% | - |
| XYZ | 21.54 | 41.42 | 7.03 | - |
| YUV | 130.95 | 57.48 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 199 | 6 | 0.77 | 0 | 0.97 | 0.22 | 107.88 | 0.94 | 0.4 |
| Hex | 2D | C7 | 6 | 4D | 0 | 61 | 16 | 6C | 5E | 28 |
| Octal | 55 | 307 | 6 | 115 | 0 | 141 | 26 | 154 | 136 | 50 |
| Binary | 101101 | 11000111 | 110 | 1001101 | 0 | 1100001 | 10110 | 1101100 | 1011110 | 101000 |
Color Harmonies of #2DC706
Complementary color
Monochromatic Colors of #2DC706
Black with #2DC706
Text Example
Text Example
White with #2DC706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC706; }
p { color: rgb(45,199,6); }
H1.HeaderClassName
{
color: #2DC706;
}
.AnyTagClassName
{
color: #2DC706;
}
</style>
background-color css
<style>
a { background-color: #2DC706; }
a { background-color: rgb(45,199,6); }
div.DivClassName
{
background-color: #2DC706;
}
.BgClassName
{
background-color: #2DC706;
}
</style>
border-color css
<style>
span { border-color: #2DC706; }
span { border-color: rgb(45,199,6); }
td.TdClassName
{
border-color: #2DC706;
}
.TagClassName
{
border-color: #2DC706;
}
</style>