Shades of Kelly Green #2CB50A
Tints of Kelly Green #2CB50A
RGB
CMYK
RGB Variations
Color information
#2CB50A (or 0x2CB50A) is known color: Kelly Green. HEX triplet: 2C, B5 and 0A. RGB value is (44,181,10). Sum of RGB (Red+Green+Blue) = 44+181+10=235 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.72% from 235); Green value is 181 (71.09% from 255 or 77.02% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB50A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CB50A is #D34AF5. Grayscale: #797979. Windows color (decimal): -13847286 or 701740. OLE color: 701740.
HSL color Cylindrical-coordinate representation of color #2CB50A: hue angle of 108.07º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2CB50A is Cyan = 0.76, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 181 | 10 | - |
| CMYK | 0.76 | 0 | 0.94 | 0.29 |
| HSL | 108.07º | 0.9% | 0.37% | - |
| HSV(B) | 108.07º | 0.94% | 0.71% | - |
| XYZ | 17.62 | 33.61 | 5.85 | - |
| YUV | 120.54 | 65.61 | 73.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 181 | 10 | 0.76 | 0 | 0.94 | 0.29 | 108.07 | 0.9 | 0.37 |
| Hex | 2C | B5 | A | 4C | 0 | 5E | 1D | 6C | 5A | 25 |
| Octal | 54 | 265 | 12 | 114 | 0 | 136 | 35 | 154 | 132 | 45 |
| Binary | 101100 | 10110101 | 1010 | 1001100 | 0 | 1011110 | 11101 | 1101100 | 1011010 | 100101 |
Color Harmonies of #2CB50A
Complementary color
Monochromatic Colors of #2CB50A
Black with #2CB50A
Text Example
Text Example
White with #2CB50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB50A; }
p { color: rgb(44,181,10); }
H1.HeaderClassName
{
color: #2CB50A;
}
.AnyTagClassName
{
color: #2CB50A;
}
</style>
background-color css
<style>
a { background-color: #2CB50A; }
a { background-color: rgb(44,181,10); }
div.DivClassName
{
background-color: #2CB50A;
}
.BgClassName
{
background-color: #2CB50A;
}
</style>
border-color css
<style>
span { border-color: #2CB50A; }
span { border-color: rgb(44,181,10); }
td.TdClassName
{
border-color: #2CB50A;
}
.TagClassName
{
border-color: #2CB50A;
}
</style>