Shades of Kelly Green #2CB500
Tints of Kelly Green #2CB500
RGB
CMYK
RGB Variations
Color information
#2CB500 (or 0x2CB500) is known color: Kelly Green. HEX triplet: 2C, B5 and 00. RGB value is (44,181,0). Sum of RGB (Red+Green+Blue) = 44+181+0=225 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.56% from 225); Green value is 181 (71.09% from 255 or 80.44% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB500 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CB500 is #D34AFF. Grayscale: #777777. Windows color (decimal): -13847296 or 46380. OLE color: 46380.
HSL color Cylindrical-coordinate representation of color #2CB500: hue angle of 105.41º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2CB500 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 181 | 0 | - |
| CMYK | 0.76 | 0 | 1 | 0.29 |
| HSL | 105.41º | 1% | 0.35% | - |
| HSV(B) | 105.41º | 1% | 0.71% | - |
| XYZ | 17.56 | 33.58 | 5.56 | - |
| YUV | 119.4 | 60.61 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 181 | 0 | 0.76 | 0 | 1 | 0.29 | 105.41 | 1 | 0.35 |
| Hex | 2C | B5 | 0 | 4C | 0 | 64 | 1D | 69 | 64 | 23 |
| Octal | 54 | 265 | 0 | 114 | 0 | 144 | 35 | 151 | 144 | 43 |
| Binary | 101100 | 10110101 | 0 | 1001100 | 0 | 1100100 | 11101 | 1101001 | 1100100 | 100011 |
Color Harmonies of #2CB500
Complementary color
Monochromatic Colors of #2CB500
Black with #2CB500
Text Example
Text Example
White with #2CB500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB500; }
p { color: rgb(44,181,0); }
H1.HeaderClassName
{
color: #2CB500;
}
.AnyTagClassName
{
color: #2CB500;
}
</style>
background-color css
<style>
a { background-color: #2CB500; }
a { background-color: rgb(44,181,0); }
div.DivClassName
{
background-color: #2CB500;
}
.BgClassName
{
background-color: #2CB500;
}
</style>
border-color css
<style>
span { border-color: #2CB500; }
span { border-color: rgb(44,181,0); }
td.TdClassName
{
border-color: #2CB500;
}
.TagClassName
{
border-color: #2CB500;
}
</style>