Shades of Kelly Green #2CB207
Tints of Kelly Green #2CB207
RGB
CMYK
RGB Variations
Color information
#2CB207 (or 0x2CB207) is known color: Kelly Green. HEX triplet: 2C, B2 and 07. RGB value is (44,178,7). Sum of RGB (Red+Green+Blue) = 44+178+7=229 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.21% from 229); Green value is 178 (69.92% from 255 or 77.73% from 229); Blue value is 7 (3.12% from 255 or 3.06% from 229); Max value from RGB is 178 - color contains mainly: green. Hex color #2CB207 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CB207 is #D34DF8. Grayscale: #767676. Windows color (decimal): -13848057 or 504364. OLE color: 504364.
HSL color Cylindrical-coordinate representation of color #2CB207: hue angle of 107.02º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2CB207 is Cyan = 0.75, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 44 | 178 | 7 | - |
| CMYK | 0.75 | 0 | 0.96 | 0.30 |
| HSL | 107.02º | 0.92% | 0.36% | - |
| HSV(B) | 107.02º | 0.96% | 0.7% | - |
| XYZ | 17 | 32.39 | 5.56 | - |
| YUV | 118.44 | 65.11 | 74.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 178 | 7 | 0.75 | 0 | 0.96 | 0.30 | 107.02 | 0.92 | 0.36 |
| Hex | 2C | B2 | 7 | 4B | 0 | 60 | 1E | 6B | 5C | 24 |
| Octal | 54 | 262 | 7 | 113 | 0 | 140 | 36 | 153 | 134 | 44 |
| Binary | 101100 | 10110010 | 111 | 1001011 | 0 | 1100000 | 11110 | 1101011 | 1011100 | 100100 |
Color Harmonies of #2CB207
Complementary color
Monochromatic Colors of #2CB207
Black with #2CB207
Text Example
Text Example
White with #2CB207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB207; }
p { color: rgb(44,178,7); }
H1.HeaderClassName
{
color: #2CB207;
}
.AnyTagClassName
{
color: #2CB207;
}
</style>
background-color css
<style>
a { background-color: #2CB207; }
a { background-color: rgb(44,178,7); }
div.DivClassName
{
background-color: #2CB207;
}
.BgClassName
{
background-color: #2CB207;
}
</style>
border-color css
<style>
span { border-color: #2CB207; }
span { border-color: rgb(44,178,7); }
td.TdClassName
{
border-color: #2CB207;
}
.TagClassName
{
border-color: #2CB207;
}
</style>