Shades of Kelly Green #2CB405
Tints of Kelly Green #2CB405
RGB
CMYK
RGB Variations
Color information
#2CB405 (or 0x2CB405) is known color: Kelly Green. HEX triplet: 2C, B4 and 05. RGB value is (44,180,5). Sum of RGB (Red+Green+Blue) = 44+180+5=229 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.21% from 229); Green value is 180 (70.70% from 255 or 78.60% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 180 - color contains mainly: green. Hex color #2CB405 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CB405 is #D34BFA. Grayscale: #777777. Windows color (decimal): -13847547 or 373804. OLE color: 373804.
HSL color Cylindrical-coordinate representation of color #2CB405: hue angle of 106.63º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2CB405 is Cyan = 0.76, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 180 | 5 | - |
| CMYK | 0.76 | 0 | 0.97 | 0.29 |
| HSL | 106.63º | 0.95% | 0.36% | - |
| HSV(B) | 106.63º | 0.97% | 0.71% | - |
| XYZ | 17.39 | 33.19 | 5.63 | - |
| YUV | 119.39 | 63.44 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 180 | 5 | 0.76 | 0 | 0.97 | 0.29 | 106.63 | 0.95 | 0.36 |
| Hex | 2C | B4 | 5 | 4C | 0 | 61 | 1D | 6B | 5F | 24 |
| Octal | 54 | 264 | 5 | 114 | 0 | 141 | 35 | 153 | 137 | 44 |
| Binary | 101100 | 10110100 | 101 | 1001100 | 0 | 1100001 | 11101 | 1101011 | 1011111 | 100100 |
Color Harmonies of #2CB405
Complementary color
Monochromatic Colors of #2CB405
Black with #2CB405
Text Example
Text Example
White with #2CB405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB405; }
p { color: rgb(44,180,5); }
H1.HeaderClassName
{
color: #2CB405;
}
.AnyTagClassName
{
color: #2CB405;
}
</style>
background-color css
<style>
a { background-color: #2CB405; }
a { background-color: rgb(44,180,5); }
div.DivClassName
{
background-color: #2CB405;
}
.BgClassName
{
background-color: #2CB405;
}
</style>
border-color css
<style>
span { border-color: #2CB405; }
span { border-color: rgb(44,180,5); }
td.TdClassName
{
border-color: #2CB405;
}
.TagClassName
{
border-color: #2CB405;
}
</style>