Shades of Kelly Green #2DAC0C
Tints of Kelly Green #2DAC0C
RGB
CMYK
RGB Variations
Color information
#2DAC0C (or 0x2DAC0C) is known color: Kelly Green. HEX triplet: 2D, AC and 0C. RGB value is (45,172,12). Sum of RGB (Red+Green+Blue) = 45+172+12=229 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.65% from 229); Green value is 172 (67.58% from 255 or 75.11% from 229); Blue value is 12 (5.08% from 255 or 5.24% from 229); Max value from RGB is 172 - color contains mainly: green. Hex color #2DAC0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DAC0C is #D253F3. Grayscale: #747474. Windows color (decimal): -13784052 or 830509. OLE color: 830509.
HSL color Cylindrical-coordinate representation of color #2DAC0C: hue angle of 107.62º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2DAC0C is Cyan = 0.74, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 172 | 12 | - |
| CMYK | 0.74 | 0 | 0.93 | 0.33 |
| HSL | 107.63º | 0.87% | 0.36% | - |
| HSV(B) | 107.63º | 0.93% | 0.67% | - |
| XYZ | 15.9 | 30.09 | 5.32 | - |
| YUV | 115.79 | 69.42 | 77.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 172 | 12 | 0.74 | 0 | 0.93 | 0.33 | 107.63 | 0.87 | 0.36 |
| Hex | 2D | AC | C | 4A | 0 | 5D | 21 | 6C | 57 | 24 |
| Octal | 55 | 254 | 14 | 112 | 0 | 135 | 41 | 154 | 127 | 44 |
| Binary | 101101 | 10101100 | 1100 | 1001010 | 0 | 1011101 | 100001 | 1101100 | 1010111 | 100100 |
Color Harmonies of #2DAC0C
Complementary color
Monochromatic Colors of #2DAC0C
Black with #2DAC0C
Text Example
Text Example
White with #2DAC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAC0C; }
p { color: rgb(45,172,12); }
H1.HeaderClassName
{
color: #2DAC0C;
}
.AnyTagClassName
{
color: #2DAC0C;
}
</style>
background-color css
<style>
a { background-color: #2DAC0C; }
a { background-color: rgb(45,172,12); }
div.DivClassName
{
background-color: #2DAC0C;
}
.BgClassName
{
background-color: #2DAC0C;
}
</style>
border-color css
<style>
span { border-color: #2DAC0C; }
span { border-color: rgb(45,172,12); }
td.TdClassName
{
border-color: #2DAC0C;
}
.TagClassName
{
border-color: #2DAC0C;
}
</style>