Shades of Kelly Green #2CBF0B
Tints of Kelly Green #2CBF0B
RGB
CMYK
RGB Variations
Color information
#2CBF0B (or 0x2CBF0B) is known color: Kelly Green. HEX triplet: 2C, BF and 0B. RGB value is (44,191,11). Sum of RGB (Red+Green+Blue) = 44+191+11=246 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.89% from 246); Green value is 191 (75% from 255 or 77.64% from 246); Blue value is 11 (4.69% from 255 or 4.47% from 246); Max value from RGB is 191 - color contains mainly: green. Hex color #2CBF0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CBF0B is #D340F4. Grayscale: #7F7F7F. Windows color (decimal): -13844725 or 769836. OLE color: 769836.
HSL color Cylindrical-coordinate representation of color #2CBF0B: hue angle of 109º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2CBF0B is Cyan = 0.77, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 191 | 11 | - |
| CMYK | 0.77 | 0 | 0.94 | 0.25 |
| HSL | 109º | 0.89% | 0.4% | - |
| HSV(B) | 109º | 0.94% | 0.75% | - |
| XYZ | 19.73 | 37.82 | 6.58 | - |
| YUV | 126.53 | 62.8 | 69.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 191 | 11 | 0.77 | 0 | 0.94 | 0.25 | 109 | 0.89 | 0.4 |
| Hex | 2C | BF | B | 4D | 0 | 5E | 19 | 6D | 59 | 28 |
| Octal | 54 | 277 | 13 | 115 | 0 | 136 | 31 | 155 | 131 | 50 |
| Binary | 101100 | 10111111 | 1011 | 1001101 | 0 | 1011110 | 11001 | 1101101 | 1011001 | 101000 |
Color Harmonies of #2CBF0B
Complementary color
Monochromatic Colors of #2CBF0B
Black with #2CBF0B
Text Example
Text Example
White with #2CBF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBF0B; }
p { color: rgb(44,191,11); }
H1.HeaderClassName
{
color: #2CBF0B;
}
.AnyTagClassName
{
color: #2CBF0B;
}
</style>
background-color css
<style>
a { background-color: #2CBF0B; }
a { background-color: rgb(44,191,11); }
div.DivClassName
{
background-color: #2CBF0B;
}
.BgClassName
{
background-color: #2CBF0B;
}
</style>
border-color css
<style>
span { border-color: #2CBF0B; }
span { border-color: rgb(44,191,11); }
td.TdClassName
{
border-color: #2CBF0B;
}
.TagClassName
{
border-color: #2CBF0B;
}
</style>