Shades of Kelly Green #2CB712
Tints of Kelly Green #2CB712
RGB
CMYK
RGB Variations
Color information
#2CB712 (or 0x2CB712) is known color: Kelly Green. HEX triplet: 2C, B7 and 12. RGB value is (44,183,18). Sum of RGB (Red+Green+Blue) = 44+183+18=245 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.96% from 245); Green value is 183 (71.88% from 255 or 74.69% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB712 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CB712 is #D348ED. Grayscale: #7B7B7B. Windows color (decimal): -13846766 or 1226540. OLE color: 1226540.
HSL color Cylindrical-coordinate representation of color #2CB712: hue angle of 110.55º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2CB712 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 44 | 183 | 18 | - |
| CMYK | 0.76 | 0 | 0.90 | 0.28 |
| HSL | 110.55º | 0.82% | 0.39% | - |
| HSV(B) | 110.55º | 0.9% | 0.72% | - |
| XYZ | 18.08 | 34.45 | 6.27 | - |
| YUV | 122.63 | 68.95 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 183 | 18 | 0.76 | 0 | 0.90 | 0.28 | 110.55 | 0.82 | 0.39 |
| Hex | 2C | B7 | 12 | 4C | 0 | 5A | 1C | 6F | 52 | 27 |
| Octal | 54 | 267 | 22 | 114 | 0 | 132 | 34 | 157 | 122 | 47 |
| Binary | 101100 | 10110111 | 10010 | 1001100 | 0 | 1011010 | 11100 | 1101111 | 1010010 | 100111 |
Color Harmonies of #2CB712
Complementary color
Monochromatic Colors of #2CB712
Black with #2CB712
Text Example
Text Example
White with #2CB712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB712; }
p { color: rgb(44,183,18); }
H1.HeaderClassName
{
color: #2CB712;
}
.AnyTagClassName
{
color: #2CB712;
}
</style>
background-color css
<style>
a { background-color: #2CB712; }
a { background-color: rgb(44,183,18); }
div.DivClassName
{
background-color: #2CB712;
}
.BgClassName
{
background-color: #2CB712;
}
</style>
border-color css
<style>
span { border-color: #2CB712; }
span { border-color: rgb(44,183,18); }
td.TdClassName
{
border-color: #2CB712;
}
.TagClassName
{
border-color: #2CB712;
}
</style>