Shades of Kelly Green #2CBA08
Tints of Kelly Green #2CBA08
RGB
CMYK
RGB Variations
Color information
#2CBA08 (or 0x2CBA08) is known color: Kelly Green. HEX triplet: 2C, BA and 08. RGB value is (44,186,8). Sum of RGB (Red+Green+Blue) = 44+186+8=238 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.49% from 238); Green value is 186 (73.05% from 255 or 78.15% from 238); Blue value is 8 (3.52% from 255 or 3.36% from 238); Max value from RGB is 186 - color contains mainly: green. Hex color #2CBA08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CBA08 is #D345F7. Grayscale: #7B7B7B. Windows color (decimal): -13846008 or 571948. OLE color: 571948.
HSL color Cylindrical-coordinate representation of color #2CBA08: hue angle of 107.87º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2CBA08 is Cyan = 0.76, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 186 | 8 | - |
| CMYK | 0.76 | 0 | 0.96 | 0.27 |
| HSL | 107.87º | 0.92% | 0.38% | - |
| HSV(B) | 107.87º | 0.96% | 0.73% | - |
| XYZ | 18.64 | 35.67 | 6.13 | - |
| YUV | 123.25 | 62.96 | 71.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 186 | 8 | 0.76 | 0 | 0.96 | 0.27 | 107.87 | 0.92 | 0.38 |
| Hex | 2C | BA | 8 | 4C | 0 | 60 | 1B | 6C | 5C | 26 |
| Octal | 54 | 272 | 10 | 114 | 0 | 140 | 33 | 154 | 134 | 46 |
| Binary | 101100 | 10111010 | 1000 | 1001100 | 0 | 1100000 | 11011 | 1101100 | 1011100 | 100110 |
Color Harmonies of #2CBA08
Complementary color
Monochromatic Colors of #2CBA08
Black with #2CBA08
Text Example
Text Example
White with #2CBA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBA08; }
p { color: rgb(44,186,8); }
H1.HeaderClassName
{
color: #2CBA08;
}
.AnyTagClassName
{
color: #2CBA08;
}
</style>
background-color css
<style>
a { background-color: #2CBA08; }
a { background-color: rgb(44,186,8); }
div.DivClassName
{
background-color: #2CBA08;
}
.BgClassName
{
background-color: #2CBA08;
}
</style>
border-color css
<style>
span { border-color: #2CBA08; }
span { border-color: rgb(44,186,8); }
td.TdClassName
{
border-color: #2CBA08;
}
.TagClassName
{
border-color: #2CBA08;
}
</style>