Shades of Kelly Green #2CB507
Tints of Kelly Green #2CB507
RGB
CMYK
RGB Variations
Color information
#2CB507 (or 0x2CB507) is known color: Kelly Green. HEX triplet: 2C, B5 and 07. RGB value is (44,181,7). Sum of RGB (Red+Green+Blue) = 44+181+7=232 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.97% from 232); Green value is 181 (71.09% from 255 or 78.02% from 232); Blue value is 7 (3.12% from 255 or 3.02% from 232); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB507 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CB507 is #D34AF8. Grayscale: #787878. Windows color (decimal): -13847289 or 505132. OLE color: 505132.
HSL color Cylindrical-coordinate representation of color #2CB507: hue angle of 107.24º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2CB507 is Cyan = 0.76, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 181 | 7 | - |
| CMYK | 0.76 | 0 | 0.96 | 0.29 |
| HSL | 107.24º | 0.93% | 0.37% | - |
| HSV(B) | 107.24º | 0.96% | 0.71% | - |
| XYZ | 17.6 | 33.6 | 5.76 | - |
| YUV | 120.2 | 64.11 | 73.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 181 | 7 | 0.76 | 0 | 0.96 | 0.29 | 107.24 | 0.93 | 0.37 |
| Hex | 2C | B5 | 7 | 4C | 0 | 60 | 1D | 6B | 5D | 25 |
| Octal | 54 | 265 | 7 | 114 | 0 | 140 | 35 | 153 | 135 | 45 |
| Binary | 101100 | 10110101 | 111 | 1001100 | 0 | 1100000 | 11101 | 1101011 | 1011101 | 100101 |
Color Harmonies of #2CB507
Complementary color
Monochromatic Colors of #2CB507
Black with #2CB507
Text Example
Text Example
White with #2CB507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB507; }
p { color: rgb(44,181,7); }
H1.HeaderClassName
{
color: #2CB507;
}
.AnyTagClassName
{
color: #2CB507;
}
</style>
background-color css
<style>
a { background-color: #2CB507; }
a { background-color: rgb(44,181,7); }
div.DivClassName
{
background-color: #2CB507;
}
.BgClassName
{
background-color: #2CB507;
}
</style>
border-color css
<style>
span { border-color: #2CB507; }
span { border-color: rgb(44,181,7); }
td.TdClassName
{
border-color: #2CB507;
}
.TagClassName
{
border-color: #2CB507;
}
</style>