Shades of Kelly Green #2CB705
Tints of Kelly Green #2CB705
RGB
CMYK
RGB Variations
Color information
#2CB705 (or 0x2CB705) is known color: Kelly Green. HEX triplet: 2C, B7 and 05. RGB value is (44,183,5). Sum of RGB (Red+Green+Blue) = 44+183+5=232 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.97% from 232); Green value is 183 (71.88% from 255 or 78.88% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB705 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CB705 is #D348FA. Grayscale: #797979. Windows color (decimal): -13846779 or 374572. OLE color: 374572.
HSL color Cylindrical-coordinate representation of color #2CB705: hue angle of 106.85º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2CB705 is Cyan = 0.76, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 44 | 183 | 5 | - |
| CMYK | 0.76 | 0 | 0.97 | 0.28 |
| HSL | 106.85º | 0.95% | 0.37% | - |
| HSV(B) | 106.85º | 0.97% | 0.72% | - |
| XYZ | 18 | 34.41 | 5.84 | - |
| YUV | 121.15 | 62.45 | 72.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 183 | 5 | 0.76 | 0 | 0.97 | 0.28 | 106.85 | 0.95 | 0.37 |
| Hex | 2C | B7 | 5 | 4C | 0 | 61 | 1C | 6B | 5F | 25 |
| Octal | 54 | 267 | 5 | 114 | 0 | 141 | 34 | 153 | 137 | 45 |
| Binary | 101100 | 10110111 | 101 | 1001100 | 0 | 1100001 | 11100 | 1101011 | 1011111 | 100101 |
Color Harmonies of #2CB705
Complementary color
Monochromatic Colors of #2CB705
Black with #2CB705
Text Example
Text Example
White with #2CB705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB705; }
p { color: rgb(44,183,5); }
H1.HeaderClassName
{
color: #2CB705;
}
.AnyTagClassName
{
color: #2CB705;
}
</style>
background-color css
<style>
a { background-color: #2CB705; }
a { background-color: rgb(44,183,5); }
div.DivClassName
{
background-color: #2CB705;
}
.BgClassName
{
background-color: #2CB705;
}
</style>
border-color css
<style>
span { border-color: #2CB705; }
span { border-color: rgb(44,183,5); }
td.TdClassName
{
border-color: #2CB705;
}
.TagClassName
{
border-color: #2CB705;
}
</style>