Shades of Kelly Green #2CB000
Tints of Kelly Green #2CB000
RGB
CMYK
RGB Variations
Color information
#2CB000 (or 0x2CB000) is known color: Kelly Green. HEX triplet: 2C, B0 and 00. RGB value is (44,176,0). Sum of RGB (Red+Green+Blue) = 44+176+0=220 (29% of max value = 765). Red value is 44 (17.58% from 255 or 20% from 220); Green value is 176 (69.14% from 255 or 80% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 176 - color contains mainly: green. Hex color #2CB000 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CB000 is #D34FFF. Grayscale: #757575. Windows color (decimal): -13848576 or 45100. OLE color: 45100.
HSL color Cylindrical-coordinate representation of color #2CB000: hue angle of 105º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2CB000 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 44 | 176 | 0 | - |
| CMYK | 0.75 | 0 | 1 | 0.31 |
| HSL | 105º | 1% | 0.35% | - |
| HSV(B) | 105º | 1% | 0.69% | - |
| XYZ | 16.56 | 31.59 | 5.22 | - |
| YUV | 116.47 | 62.27 | 76.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 176 | 0 | 0.75 | 0 | 1 | 0.31 | 105 | 1 | 0.35 |
| Hex | 2C | B0 | 0 | 4B | 0 | 64 | 1F | 69 | 64 | 23 |
| Octal | 54 | 260 | 0 | 113 | 0 | 144 | 37 | 151 | 144 | 43 |
| Binary | 101100 | 10110000 | 0 | 1001011 | 0 | 1100100 | 11111 | 1101001 | 1100100 | 100011 |
Color Harmonies of #2CB000
Complementary color
Monochromatic Colors of #2CB000
Black with #2CB000
Text Example
Text Example
White with #2CB000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB000; }
p { color: rgb(44,176,0); }
H1.HeaderClassName
{
color: #2CB000;
}
.AnyTagClassName
{
color: #2CB000;
}
</style>
background-color css
<style>
a { background-color: #2CB000; }
a { background-color: rgb(44,176,0); }
div.DivClassName
{
background-color: #2CB000;
}
.BgClassName
{
background-color: #2CB000;
}
</style>
border-color css
<style>
span { border-color: #2CB000; }
span { border-color: rgb(44,176,0); }
td.TdClassName
{
border-color: #2CB000;
}
.TagClassName
{
border-color: #2CB000;
}
</style>