Shades of Kelly Green #2CB710
Tints of Kelly Green #2CB710
RGB
CMYK
RGB Variations
Color information
#2CB710 (or 0x2CB710) is known color: Kelly Green. HEX triplet: 2C, B7 and 10. RGB value is (44,183,16). Sum of RGB (Red+Green+Blue) = 44+183+16=243 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.11% from 243); Green value is 183 (71.88% from 255 or 75.31% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB710 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CB710 is #D348EF. Grayscale: #7A7A7A. Windows color (decimal): -13846768 or 1095468. OLE color: 1095468.
HSL color Cylindrical-coordinate representation of color #2CB710: hue angle of 109.94º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2CB710 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 44 | 183 | 16 | - |
| CMYK | 0.76 | 0 | 0.91 | 0.28 |
| HSL | 109.94º | 0.84% | 0.39% | - |
| HSV(B) | 109.94º | 0.91% | 0.72% | - |
| XYZ | 18.07 | 34.44 | 6.19 | - |
| YUV | 122.4 | 67.95 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 183 | 16 | 0.76 | 0 | 0.91 | 0.28 | 109.94 | 0.84 | 0.39 |
| Hex | 2C | B7 | 10 | 4C | 0 | 5B | 1C | 6E | 54 | 27 |
| Octal | 54 | 267 | 20 | 114 | 0 | 133 | 34 | 156 | 124 | 47 |
| Binary | 101100 | 10110111 | 10000 | 1001100 | 0 | 1011011 | 11100 | 1101110 | 1010100 | 100111 |
Color Harmonies of #2CB710
Complementary color
Monochromatic Colors of #2CB710
Black with #2CB710
Text Example
Text Example
White with #2CB710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB710; }
p { color: rgb(44,183,16); }
H1.HeaderClassName
{
color: #2CB710;
}
.AnyTagClassName
{
color: #2CB710;
}
</style>
background-color css
<style>
a { background-color: #2CB710; }
a { background-color: rgb(44,183,16); }
div.DivClassName
{
background-color: #2CB710;
}
.BgClassName
{
background-color: #2CB710;
}
</style>
border-color css
<style>
span { border-color: #2CB710; }
span { border-color: rgb(44,183,16); }
td.TdClassName
{
border-color: #2CB710;
}
.TagClassName
{
border-color: #2CB710;
}
</style>