Shades of Kelly Green #2CBC04
Tints of Kelly Green #2CBC04
RGB
CMYK
RGB Variations
Color information
#2CBC04 (or 0x2CBC04) is known color: Kelly Green. HEX triplet: 2C, BC and 04. RGB value is (44,188,4). Sum of RGB (Red+Green+Blue) = 44+188+4=236 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.64% from 236); Green value is 188 (73.83% from 255 or 79.66% from 236); Blue value is 4 (1.95% from 255 or 1.69% from 236); Max value from RGB is 188 - color contains mainly: green. Hex color #2CBC04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CBC04 is #D343FB. Grayscale: #7C7C7C. Windows color (decimal): -13845500 or 310316. OLE color: 310316.
HSL color Cylindrical-coordinate representation of color #2CBC04: hue angle of 106.96º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2CBC04 is Cyan = 0.77, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 188 | 4 | - |
| CMYK | 0.77 | 0 | 0.98 | 0.26 |
| HSL | 106.96º | 0.96% | 0.38% | - |
| HSV(B) | 106.96º | 0.98% | 0.74% | - |
| XYZ | 19.04 | 36.51 | 6.16 | - |
| YUV | 123.97 | 60.29 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 188 | 4 | 0.77 | 0 | 0.98 | 0.26 | 106.96 | 0.96 | 0.38 |
| Hex | 2C | BC | 4 | 4D | 0 | 62 | 1A | 6B | 60 | 26 |
| Octal | 54 | 274 | 4 | 115 | 0 | 142 | 32 | 153 | 140 | 46 |
| Binary | 101100 | 10111100 | 100 | 1001101 | 0 | 1100010 | 11010 | 1101011 | 1100000 | 100110 |
Color Harmonies of #2CBC04
Complementary color
Monochromatic Colors of #2CBC04
Black with #2CBC04
Text Example
Text Example
White with #2CBC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBC04; }
p { color: rgb(44,188,4); }
H1.HeaderClassName
{
color: #2CBC04;
}
.AnyTagClassName
{
color: #2CBC04;
}
</style>
background-color css
<style>
a { background-color: #2CBC04; }
a { background-color: rgb(44,188,4); }
div.DivClassName
{
background-color: #2CBC04;
}
.BgClassName
{
background-color: #2CBC04;
}
</style>
border-color css
<style>
span { border-color: #2CBC04; }
span { border-color: rgb(44,188,4); }
td.TdClassName
{
border-color: #2CBC04;
}
.TagClassName
{
border-color: #2CBC04;
}
</style>