Shades of Kelly Green #2CB202
Tints of Kelly Green #2CB202
RGB
CMYK
RGB Variations
Color information
#2CB202 (or 0x2CB202) is known color: Kelly Green. HEX triplet: 2C, B2 and 02. RGB value is (44,178,2). Sum of RGB (Red+Green+Blue) = 44+178+2=224 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.64% from 224); Green value is 178 (69.92% from 255 or 79.46% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 178 - color contains mainly: green. Hex color #2CB202 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CB202 is #D34DFD. Grayscale: #767676. Windows color (decimal): -13848062 or 176684. OLE color: 176684.
HSL color Cylindrical-coordinate representation of color #2CB202: hue angle of 105.68º 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 #2CB202 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 44 | 178 | 2 | - |
| CMYK | 0.75 | 0 | 0.99 | 0.30 |
| HSL | 105.68º | 0.98% | 0.35% | - |
| HSV(B) | 105.68º | 0.99% | 0.7% | - |
| XYZ | 16.97 | 32.38 | 5.41 | - |
| YUV | 117.87 | 62.61 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 178 | 2 | 0.75 | 0 | 0.99 | 0.30 | 105.68 | 0.98 | 0.35 |
| Hex | 2C | B2 | 2 | 4B | 0 | 63 | 1E | 6A | 62 | 23 |
| Octal | 54 | 262 | 2 | 113 | 0 | 143 | 36 | 152 | 142 | 43 |
| Binary | 101100 | 10110010 | 10 | 1001011 | 0 | 1100011 | 11110 | 1101010 | 1100010 | 100011 |
Color Harmonies of #2CB202
Complementary color
Monochromatic Colors of #2CB202
Black with #2CB202
Text Example
Text Example
White with #2CB202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB202; }
p { color: rgb(44,178,2); }
H1.HeaderClassName
{
color: #2CB202;
}
.AnyTagClassName
{
color: #2CB202;
}
</style>
background-color css
<style>
a { background-color: #2CB202; }
a { background-color: rgb(44,178,2); }
div.DivClassName
{
background-color: #2CB202;
}
.BgClassName
{
background-color: #2CB202;
}
</style>
border-color css
<style>
span { border-color: #2CB202; }
span { border-color: rgb(44,178,2); }
td.TdClassName
{
border-color: #2CB202;
}
.TagClassName
{
border-color: #2CB202;
}
</style>