Shades of Kelly Green #2CCB03
Tints of Kelly Green #2CCB03
RGB
CMYK
RGB Variations
Color information
#2CCB03 (or 0x2CCB03) is known color: Kelly Green. HEX triplet: 2C, CB and 03. RGB value is (44,203,3). Sum of RGB (Red+Green+Blue) = 44+203+3=250 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.6% from 250); Green value is 203 (79.69% from 255 or 81.2% from 250); Blue value is 3 (1.56% from 255 or 1.2% from 250); Max value from RGB is 203 - color contains mainly: green. Hex color #2CCB03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CCB03 is #D334FC. Grayscale: #858585. Windows color (decimal): -13841661 or 248620. OLE color: 248620.
HSL color Cylindrical-coordinate representation of color #2CCB03: hue angle of 107.7º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2CCB03 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 44 | 203 | 3 | - |
| CMYK | 0.78 | 0 | 0.99 | 0.20 |
| HSL | 107.7º | 0.97% | 0.4% | - |
| HSV(B) | 107.7º | 0.99% | 0.8% | - |
| XYZ | 22.41 | 43.25 | 7.25 | - |
| YUV | 132.66 | 54.82 | 64.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 203 | 3 | 0.78 | 0 | 0.99 | 0.20 | 107.7 | 0.97 | 0.4 |
| Hex | 2C | CB | 3 | 4E | 0 | 63 | 14 | 6C | 61 | 28 |
| Octal | 54 | 313 | 3 | 116 | 0 | 143 | 24 | 154 | 141 | 50 |
| Binary | 101100 | 11001011 | 11 | 1001110 | 0 | 1100011 | 10100 | 1101100 | 1100001 | 101000 |
Color Harmonies of #2CCB03
Complementary color
Monochromatic Colors of #2CCB03
Black with #2CCB03
Text Example
Text Example
White with #2CCB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCB03; }
p { color: rgb(44,203,3); }
H1.HeaderClassName
{
color: #2CCB03;
}
.AnyTagClassName
{
color: #2CCB03;
}
</style>
background-color css
<style>
a { background-color: #2CCB03; }
a { background-color: rgb(44,203,3); }
div.DivClassName
{
background-color: #2CCB03;
}
.BgClassName
{
background-color: #2CCB03;
}
</style>
border-color css
<style>
span { border-color: #2CCB03; }
span { border-color: rgb(44,203,3); }
td.TdClassName
{
border-color: #2CCB03;
}
.TagClassName
{
border-color: #2CCB03;
}
</style>