Shades of Kelly Green #2CBA0F
Tints of Kelly Green #2CBA0F
RGB
CMYK
RGB Variations
Color information
#2CBA0F (or 0x2CBA0F) is known color: Kelly Green. HEX triplet: 2C, BA and 0F. RGB value is (44,186,15). Sum of RGB (Red+Green+Blue) = 44+186+15=245 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.96% from 245); Green value is 186 (73.05% from 255 or 75.92% from 245); Blue value is 15 (6.25% from 255 or 6.12% from 245); Max value from RGB is 186 - color contains mainly: green. Hex color #2CBA0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CBA0F is #D345F0. Grayscale: #7C7C7C. Windows color (decimal): -13846001 or 1030700. OLE color: 1030700.
HSL color Cylindrical-coordinate representation of color #2CBA0F: hue angle of 109.82º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2CBA0F is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 186 | 15 | - |
| CMYK | 0.76 | 0 | 0.92 | 0.27 |
| HSL | 109.82º | 0.85% | 0.39% | - |
| HSV(B) | 109.82º | 0.92% | 0.73% | - |
| XYZ | 18.68 | 35.69 | 6.36 | - |
| YUV | 124.05 | 66.46 | 70.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 186 | 15 | 0.76 | 0 | 0.92 | 0.27 | 109.82 | 0.85 | 0.39 |
| Hex | 2C | BA | F | 4C | 0 | 5C | 1B | 6E | 55 | 27 |
| Octal | 54 | 272 | 17 | 114 | 0 | 134 | 33 | 156 | 125 | 47 |
| Binary | 101100 | 10111010 | 1111 | 1001100 | 0 | 1011100 | 11011 | 1101110 | 1010101 | 100111 |
Color Harmonies of #2CBA0F
Complementary color
Monochromatic Colors of #2CBA0F
Black with #2CBA0F
Text Example
Text Example
White with #2CBA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBA0F; }
p { color: rgb(44,186,15); }
H1.HeaderClassName
{
color: #2CBA0F;
}
.AnyTagClassName
{
color: #2CBA0F;
}
</style>
background-color css
<style>
a { background-color: #2CBA0F; }
a { background-color: rgb(44,186,15); }
div.DivClassName
{
background-color: #2CBA0F;
}
.BgClassName
{
background-color: #2CBA0F;
}
</style>
border-color css
<style>
span { border-color: #2CBA0F; }
span { border-color: rgb(44,186,15); }
td.TdClassName
{
border-color: #2CBA0F;
}
.TagClassName
{
border-color: #2CBA0F;
}
</style>