Shades of Kelly Green #2CB114
Tints of Kelly Green #2CB114
RGB
CMYK
RGB Variations
Color information
#2CB114 (or 0x2CB114) is known color: Kelly Green. HEX triplet: 2C, B1 and 14. RGB value is (44,177,20). Sum of RGB (Red+Green+Blue) = 44+177+20=241 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.26% from 241); Green value is 177 (69.53% from 255 or 73.44% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 177 - color contains mainly: green. Hex color #2CB114 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CB114 is #D34EEB. Grayscale: #777777. Windows color (decimal): -13848300 or 1356076. OLE color: 1356076.
HSL color Cylindrical-coordinate representation of color #2CB114: hue angle of 110.83º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2CB114 is Cyan = 0.75, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 44 | 177 | 20 | - |
| CMYK | 0.75 | 0 | 0.89 | 0.31 |
| HSL | 110.83º | 0.8% | 0.39% | - |
| HSV(B) | 110.83º | 0.89% | 0.69% | - |
| XYZ | 16.89 | 32.03 | 5.95 | - |
| YUV | 119.34 | 71.94 | 74.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 177 | 20 | 0.75 | 0 | 0.89 | 0.31 | 110.83 | 0.8 | 0.39 |
| Hex | 2C | B1 | 14 | 4B | 0 | 59 | 1F | 6F | 50 | 27 |
| Octal | 54 | 261 | 24 | 113 | 0 | 131 | 37 | 157 | 120 | 47 |
| Binary | 101100 | 10110001 | 10100 | 1001011 | 0 | 1011001 | 11111 | 1101111 | 1010000 | 100111 |
Color Harmonies of #2CB114
Complementary color
Monochromatic Colors of #2CB114
Black with #2CB114
Text Example
Text Example
White with #2CB114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB114; }
p { color: rgb(44,177,20); }
H1.HeaderClassName
{
color: #2CB114;
}
.AnyTagClassName
{
color: #2CB114;
}
</style>
background-color css
<style>
a { background-color: #2CB114; }
a { background-color: rgb(44,177,20); }
div.DivClassName
{
background-color: #2CB114;
}
.BgClassName
{
background-color: #2CB114;
}
</style>
border-color css
<style>
span { border-color: #2CB114; }
span { border-color: rgb(44,177,20); }
td.TdClassName
{
border-color: #2CB114;
}
.TagClassName
{
border-color: #2CB114;
}
</style>