Shades of Kelly Green #2CB014
Tints of Kelly Green #2CB014
RGB
CMYK
RGB Variations
Color information
#2CB014 (or 0x2CB014) is known color: Kelly Green. HEX triplet: 2C, B0 and 14. RGB value is (44,176,20). Sum of RGB (Red+Green+Blue) = 44+176+20=240 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.33% from 240); Green value is 176 (69.14% from 255 or 73.33% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 176 - color contains mainly: green. Hex color #2CB014 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CB014 is #D34FEB. Grayscale: #777777. Windows color (decimal): -13848556 or 1355820. OLE color: 1355820.
HSL color Cylindrical-coordinate representation of color #2CB014: hue angle of 110.77º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2CB014 is Cyan = 0.75, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 44 | 176 | 20 | - |
| CMYK | 0.75 | 0 | 0.89 | 0.31 |
| HSL | 110.77º | 0.8% | 0.38% | - |
| HSV(B) | 110.77º | 0.89% | 0.69% | - |
| XYZ | 16.69 | 31.64 | 5.89 | - |
| YUV | 118.75 | 72.27 | 74.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 176 | 20 | 0.75 | 0 | 0.89 | 0.31 | 110.77 | 0.8 | 0.38 |
| Hex | 2C | B0 | 14 | 4B | 0 | 59 | 1F | 6F | 50 | 26 |
| Octal | 54 | 260 | 24 | 113 | 0 | 131 | 37 | 157 | 120 | 46 |
| Binary | 101100 | 10110000 | 10100 | 1001011 | 0 | 1011001 | 11111 | 1101111 | 1010000 | 100110 |
Color Harmonies of #2CB014
Complementary color
Monochromatic Colors of #2CB014
Black with #2CB014
Text Example
Text Example
White with #2CB014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB014; }
p { color: rgb(44,176,20); }
H1.HeaderClassName
{
color: #2CB014;
}
.AnyTagClassName
{
color: #2CB014;
}
</style>
background-color css
<style>
a { background-color: #2CB014; }
a { background-color: rgb(44,176,20); }
div.DivClassName
{
background-color: #2CB014;
}
.BgClassName
{
background-color: #2CB014;
}
</style>
border-color css
<style>
span { border-color: #2CB014; }
span { border-color: rgb(44,176,20); }
td.TdClassName
{
border-color: #2CB014;
}
.TagClassName
{
border-color: #2CB014;
}
</style>