Shades of Kelly Green #2CBB0A
Tints of Kelly Green #2CBB0A
RGB
CMYK
RGB Variations
Color information
#2CBB0A (or 0x2CBB0A) is known color: Kelly Green. HEX triplet: 2C, BB and 0A. RGB value is (44,187,10). Sum of RGB (Red+Green+Blue) = 44+187+10=241 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.26% from 241); Green value is 187 (73.44% from 255 or 77.59% from 241); Blue value is 10 (4.30% from 255 or 4.15% from 241); Max value from RGB is 187 - color contains mainly: green. Hex color #2CBB0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CBB0A is #D344F5. Grayscale: #7C7C7C. Windows color (decimal): -13845750 or 703276. OLE color: 703276.
HSL color Cylindrical-coordinate representation of color #2CBB0A: hue angle of 108.47º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2CBB0A is Cyan = 0.76, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 187 | 10 | - |
| CMYK | 0.76 | 0 | 0.95 | 0.27 |
| HSL | 108.47º | 0.9% | 0.39% | - |
| HSV(B) | 108.47º | 0.95% | 0.73% | - |
| XYZ | 18.86 | 36.1 | 6.26 | - |
| YUV | 124.07 | 63.62 | 70.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 187 | 10 | 0.76 | 0 | 0.95 | 0.27 | 108.47 | 0.9 | 0.39 |
| Hex | 2C | BB | A | 4C | 0 | 5F | 1B | 6C | 5A | 27 |
| Octal | 54 | 273 | 12 | 114 | 0 | 137 | 33 | 154 | 132 | 47 |
| Binary | 101100 | 10111011 | 1010 | 1001100 | 0 | 1011111 | 11011 | 1101100 | 1011010 | 100111 |
Color Harmonies of #2CBB0A
Complementary color
Monochromatic Colors of #2CBB0A
Black with #2CBB0A
Text Example
Text Example
White with #2CBB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBB0A; }
p { color: rgb(44,187,10); }
H1.HeaderClassName
{
color: #2CBB0A;
}
.AnyTagClassName
{
color: #2CBB0A;
}
</style>
background-color css
<style>
a { background-color: #2CBB0A; }
a { background-color: rgb(44,187,10); }
div.DivClassName
{
background-color: #2CBB0A;
}
.BgClassName
{
background-color: #2CBB0A;
}
</style>
border-color css
<style>
span { border-color: #2CBB0A; }
span { border-color: rgb(44,187,10); }
td.TdClassName
{
border-color: #2CBB0A;
}
.TagClassName
{
border-color: #2CBB0A;
}
</style>