Shades of Kelly Green #2CB302
Tints of Kelly Green #2CB302
RGB
CMYK
RGB Variations
Color information
#2CB302 (or 0x2CB302) is known color: Kelly Green. HEX triplet: 2C, B3 and 02. RGB value is (44,179,2). Sum of RGB (Red+Green+Blue) = 44+179+2=225 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.56% from 225); Green value is 179 (70.31% from 255 or 79.56% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 179 - color contains mainly: green. Hex color #2CB302 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CB302 is #D34CFD. Grayscale: #777777. Windows color (decimal): -13847806 or 176940. OLE color: 176940.
HSL color Cylindrical-coordinate representation of color #2CB302: hue angle of 105.76º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2CB302 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 44 | 179 | 2 | - |
| CMYK | 0.75 | 0 | 0.99 | 0.30 |
| HSL | 105.76º | 0.98% | 0.35% | - |
| HSV(B) | 105.76º | 0.99% | 0.7% | - |
| XYZ | 17.17 | 32.78 | 5.48 | - |
| YUV | 118.46 | 62.27 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 179 | 2 | 0.75 | 0 | 0.99 | 0.30 | 105.76 | 0.98 | 0.35 |
| Hex | 2C | B3 | 2 | 4B | 0 | 63 | 1E | 6A | 62 | 23 |
| Octal | 54 | 263 | 2 | 113 | 0 | 143 | 36 | 152 | 142 | 43 |
| Binary | 101100 | 10110011 | 10 | 1001011 | 0 | 1100011 | 11110 | 1101010 | 1100010 | 100011 |
Color Harmonies of #2CB302
Complementary color
Monochromatic Colors of #2CB302
Black with #2CB302
Text Example
Text Example
White with #2CB302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB302; }
p { color: rgb(44,179,2); }
H1.HeaderClassName
{
color: #2CB302;
}
.AnyTagClassName
{
color: #2CB302;
}
</style>
background-color css
<style>
a { background-color: #2CB302; }
a { background-color: rgb(44,179,2); }
div.DivClassName
{
background-color: #2CB302;
}
.BgClassName
{
background-color: #2CB302;
}
</style>
border-color css
<style>
span { border-color: #2CB302; }
span { border-color: rgb(44,179,2); }
td.TdClassName
{
border-color: #2CB302;
}
.TagClassName
{
border-color: #2CB302;
}
</style>