Shades of Kelly Green #2CB70D
Tints of Kelly Green #2CB70D
RGB
CMYK
RGB Variations
Color information
#2CB70D (or 0x2CB70D) is known color: Kelly Green. HEX triplet: 2C, B7 and 0D. RGB value is (44,183,13). Sum of RGB (Red+Green+Blue) = 44+183+13=240 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.33% from 240); Green value is 183 (71.88% from 255 or 76.25% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB70D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CB70D is #D348F2. Grayscale: #7A7A7A. Windows color (decimal): -13846771 or 898860. OLE color: 898860.
HSL color Cylindrical-coordinate representation of color #2CB70D: hue angle of 109.06º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2CB70D is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 44 | 183 | 13 | - |
| CMYK | 0.76 | 0 | 0.93 | 0.28 |
| HSL | 109.06º | 0.87% | 0.38% | - |
| HSV(B) | 109.06º | 0.93% | 0.72% | - |
| XYZ | 18.04 | 34.43 | 6.08 | - |
| YUV | 122.06 | 66.45 | 72.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 183 | 13 | 0.76 | 0 | 0.93 | 0.28 | 109.06 | 0.87 | 0.38 |
| Hex | 2C | B7 | D | 4C | 0 | 5D | 1C | 6D | 57 | 26 |
| Octal | 54 | 267 | 15 | 114 | 0 | 135 | 34 | 155 | 127 | 46 |
| Binary | 101100 | 10110111 | 1101 | 1001100 | 0 | 1011101 | 11100 | 1101101 | 1010111 | 100110 |
Color Harmonies of #2CB70D
Complementary color
Monochromatic Colors of #2CB70D
Black with #2CB70D
Text Example
Text Example
White with #2CB70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB70D; }
p { color: rgb(44,183,13); }
H1.HeaderClassName
{
color: #2CB70D;
}
.AnyTagClassName
{
color: #2CB70D;
}
</style>
background-color css
<style>
a { background-color: #2CB70D; }
a { background-color: rgb(44,183,13); }
div.DivClassName
{
background-color: #2CB70D;
}
.BgClassName
{
background-color: #2CB70D;
}
</style>
border-color css
<style>
span { border-color: #2CB70D; }
span { border-color: rgb(44,183,13); }
td.TdClassName
{
border-color: #2CB70D;
}
.TagClassName
{
border-color: #2CB70D;
}
</style>