Shades of Kelly Green #2CB811
Tints of Kelly Green #2CB811
RGB
CMYK
RGB Variations
Color information
#2CB811 (or 0x2CB811) is known color: Kelly Green. HEX triplet: 2C, B8 and 11. RGB value is (44,184,17). Sum of RGB (Red+Green+Blue) = 44+184+17=245 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.96% from 245); Green value is 184 (72.27% from 255 or 75.10% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 184 - color contains mainly: green. Hex color #2CB811 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CB811 is #D347EE. Grayscale: #7B7B7B. Windows color (decimal): -13846511 or 1161260. OLE color: 1161260.
HSL color Cylindrical-coordinate representation of color #2CB811: hue angle of 110.3º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2CB811 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 44 | 184 | 17 | - |
| CMYK | 0.76 | 0 | 0.91 | 0.28 |
| HSL | 110.3º | 0.83% | 0.39% | - |
| HSV(B) | 110.3º | 0.91% | 0.72% | - |
| XYZ | 18.28 | 34.86 | 6.29 | - |
| YUV | 123.1 | 68.12 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 184 | 17 | 0.76 | 0 | 0.91 | 0.28 | 110.3 | 0.83 | 0.39 |
| Hex | 2C | B8 | 11 | 4C | 0 | 5B | 1C | 6E | 53 | 27 |
| Octal | 54 | 270 | 21 | 114 | 0 | 133 | 34 | 156 | 123 | 47 |
| Binary | 101100 | 10111000 | 10001 | 1001100 | 0 | 1011011 | 11100 | 1101110 | 1010011 | 100111 |
Color Harmonies of #2CB811
Complementary color
Monochromatic Colors of #2CB811
Black with #2CB811
Text Example
Text Example
White with #2CB811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB811; }
p { color: rgb(44,184,17); }
H1.HeaderClassName
{
color: #2CB811;
}
.AnyTagClassName
{
color: #2CB811;
}
</style>
background-color css
<style>
a { background-color: #2CB811; }
a { background-color: rgb(44,184,17); }
div.DivClassName
{
background-color: #2CB811;
}
.BgClassName
{
background-color: #2CB811;
}
</style>
border-color css
<style>
span { border-color: #2CB811; }
span { border-color: rgb(44,184,17); }
td.TdClassName
{
border-color: #2CB811;
}
.TagClassName
{
border-color: #2CB811;
}
</style>