Shades of Kelly Green #2CBC00
Tints of Kelly Green #2CBC00
RGB
CMYK
RGB Variations
Color information
#2CBC00 (or 0x2CBC00) is known color: Kelly Green. HEX triplet: 2C, BC and 00. RGB value is (44,188,0). Sum of RGB (Red+Green+Blue) = 44+188+0=232 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.97% from 232); Green value is 188 (73.83% from 255 or 81.03% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 188 - color contains mainly: green. Hex color #2CBC00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CBC00 is #D343FF. Grayscale: #7C7C7C. Windows color (decimal): -13845504 or 48172. OLE color: 48172.
HSL color Cylindrical-coordinate representation of color #2CBC00: hue angle of 105.96º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2CBC00 is Cyan = 0.77, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 188 | 0 | - |
| CMYK | 0.77 | 0 | 1 | 0.26 |
| HSL | 105.96º | 1% | 0.37% | - |
| HSV(B) | 105.96º | 1% | 0.74% | - |
| XYZ | 19.02 | 36.5 | 6.04 | - |
| YUV | 123.51 | 58.29 | 71.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 188 | 0 | 0.77 | 0 | 1 | 0.26 | 105.96 | 1 | 0.37 |
| Hex | 2C | BC | 0 | 4D | 0 | 64 | 1A | 6A | 64 | 25 |
| Octal | 54 | 274 | 0 | 115 | 0 | 144 | 32 | 152 | 144 | 45 |
| Binary | 101100 | 10111100 | 0 | 1001101 | 0 | 1100100 | 11010 | 1101010 | 1100100 | 100101 |
Color Harmonies of #2CBC00
Complementary color
Monochromatic Colors of #2CBC00
Black with #2CBC00
Text Example
Text Example
White with #2CBC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBC00; }
p { color: rgb(44,188,0); }
H1.HeaderClassName
{
color: #2CBC00;
}
.AnyTagClassName
{
color: #2CBC00;
}
</style>
background-color css
<style>
a { background-color: #2CBC00; }
a { background-color: rgb(44,188,0); }
div.DivClassName
{
background-color: #2CBC00;
}
.BgClassName
{
background-color: #2CBC00;
}
</style>
border-color css
<style>
span { border-color: #2CBC00; }
span { border-color: rgb(44,188,0); }
td.TdClassName
{
border-color: #2CBC00;
}
.TagClassName
{
border-color: #2CBC00;
}
</style>