Shades of Kelly Green #2CC707
Tints of Kelly Green #2CC707
RGB
CMYK
RGB Variations
Color information
#2CC707 (or 0x2CC707) is known color: Kelly Green. HEX triplet: 2C, C7 and 07. RGB value is (44,199,7). Sum of RGB (Red+Green+Blue) = 44+199+7=250 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.6% from 250); Green value is 199 (78.12% from 255 or 79.6% from 250); Blue value is 7 (3.12% from 255 or 2.8% from 250); Max value from RGB is 199 - color contains mainly: green. Hex color #2CC707 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CC707 is #D338F8. Grayscale: #838383. Windows color (decimal): -13842681 or 509740. OLE color: 509740.
HSL color Cylindrical-coordinate representation of color #2CC707: hue angle of 108.44º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2CC707 is Cyan = 0.78, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 44 | 199 | 7 | - |
| CMYK | 0.78 | 0 | 0.96 | 0.22 |
| HSL | 108.44º | 0.93% | 0.4% | - |
| HSV(B) | 108.44º | 0.96% | 0.78% | - |
| XYZ | 21.5 | 41.4 | 7.06 | - |
| YUV | 130.77 | 58.15 | 66.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 199 | 7 | 0.78 | 0 | 0.96 | 0.22 | 108.44 | 0.93 | 0.4 |
| Hex | 2C | C7 | 7 | 4E | 0 | 60 | 16 | 6C | 5D | 28 |
| Octal | 54 | 307 | 7 | 116 | 0 | 140 | 26 | 154 | 135 | 50 |
| Binary | 101100 | 11000111 | 111 | 1001110 | 0 | 1100000 | 10110 | 1101100 | 1011101 | 101000 |
Color Harmonies of #2CC707
Complementary color
Monochromatic Colors of #2CC707
Black with #2CC707
Text Example
Text Example
White with #2CC707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC707; }
p { color: rgb(44,199,7); }
H1.HeaderClassName
{
color: #2CC707;
}
.AnyTagClassName
{
color: #2CC707;
}
</style>
background-color css
<style>
a { background-color: #2CC707; }
a { background-color: rgb(44,199,7); }
div.DivClassName
{
background-color: #2CC707;
}
.BgClassName
{
background-color: #2CC707;
}
</style>
border-color css
<style>
span { border-color: #2CC707; }
span { border-color: rgb(44,199,7); }
td.TdClassName
{
border-color: #2CC707;
}
.TagClassName
{
border-color: #2CC707;
}
</style>