Shades of Kelly Green #2CBC01
Tints of Kelly Green #2CBC01
RGB
CMYK
RGB Variations
Color information
#2CBC01 (or 0x2CBC01) is known color: Kelly Green. HEX triplet: 2C, BC and 01. RGB value is (44,188,1). Sum of RGB (Red+Green+Blue) = 44+188+1=233 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.88% from 233); Green value is 188 (73.83% from 255 or 80.69% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 188 - color contains mainly: green. Hex color #2CBC01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CBC01 is #D343FE. Grayscale: #7C7C7C. Windows color (decimal): -13845503 or 113708. OLE color: 113708.
HSL color Cylindrical-coordinate representation of color #2CBC01: hue angle of 106.2º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2CBC01 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 188 | 1 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.26 |
| HSL | 106.2º | 0.99% | 0.37% | - |
| HSV(B) | 106.2º | 0.99% | 0.74% | - |
| XYZ | 19.03 | 36.5 | 6.07 | - |
| YUV | 123.63 | 58.79 | 71.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 188 | 1 | 0.77 | 0 | 0.99 | 0.26 | 106.2 | 0.99 | 0.37 |
| Hex | 2C | BC | 1 | 4D | 0 | 63 | 1A | 6A | 63 | 25 |
| Octal | 54 | 274 | 1 | 115 | 0 | 143 | 32 | 152 | 143 | 45 |
| Binary | 101100 | 10111100 | 1 | 1001101 | 0 | 1100011 | 11010 | 1101010 | 1100011 | 100101 |
Color Harmonies of #2CBC01
Complementary color
Monochromatic Colors of #2CBC01
Black with #2CBC01
Text Example
Text Example
White with #2CBC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBC01; }
p { color: rgb(44,188,1); }
H1.HeaderClassName
{
color: #2CBC01;
}
.AnyTagClassName
{
color: #2CBC01;
}
</style>
background-color css
<style>
a { background-color: #2CBC01; }
a { background-color: rgb(44,188,1); }
div.DivClassName
{
background-color: #2CBC01;
}
.BgClassName
{
background-color: #2CBC01;
}
</style>
border-color css
<style>
span { border-color: #2CBC01; }
span { border-color: rgb(44,188,1); }
td.TdClassName
{
border-color: #2CBC01;
}
.TagClassName
{
border-color: #2CBC01;
}
</style>