Shades of Kelly Green #2DB204
Tints of Kelly Green #2DB204
RGB
CMYK
RGB Variations
Color information
#2DB204 (or 0x2DB204) is known color: Kelly Green. HEX triplet: 2D, B2 and 04. RGB value is (45,178,4). Sum of RGB (Red+Green+Blue) = 45+178+4=227 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.82% from 227); Green value is 178 (69.92% from 255 or 78.41% from 227); Blue value is 4 (1.95% from 255 or 1.76% from 227); Max value from RGB is 178 - color contains mainly: green. Hex color #2DB204 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DB204 is #D24DFB. Grayscale: #767676. Windows color (decimal): -13782524 or 307757. OLE color: 307757.
HSL color Cylindrical-coordinate representation of color #2DB204: hue angle of 105.86º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2DB204 is Cyan = 0.75, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 178 | 4 | - |
| CMYK | 0.75 | 0 | 0.98 | 0.30 |
| HSL | 105.86º | 0.96% | 0.36% | - |
| HSV(B) | 105.86º | 0.98% | 0.7% | - |
| XYZ | 17.02 | 32.41 | 5.47 | - |
| YUV | 118.4 | 63.44 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 178 | 4 | 0.75 | 0 | 0.98 | 0.30 | 105.86 | 0.96 | 0.36 |
| Hex | 2D | B2 | 4 | 4B | 0 | 62 | 1E | 6A | 60 | 24 |
| Octal | 55 | 262 | 4 | 113 | 0 | 142 | 36 | 152 | 140 | 44 |
| Binary | 101101 | 10110010 | 100 | 1001011 | 0 | 1100010 | 11110 | 1101010 | 1100000 | 100100 |
Color Harmonies of #2DB204
Complementary color
Monochromatic Colors of #2DB204
Black with #2DB204
Text Example
Text Example
White with #2DB204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB204; }
p { color: rgb(45,178,4); }
H1.HeaderClassName
{
color: #2DB204;
}
.AnyTagClassName
{
color: #2DB204;
}
</style>
background-color css
<style>
a { background-color: #2DB204; }
a { background-color: rgb(45,178,4); }
div.DivClassName
{
background-color: #2DB204;
}
.BgClassName
{
background-color: #2DB204;
}
</style>
border-color css
<style>
span { border-color: #2DB204; }
span { border-color: rgb(45,178,4); }
td.TdClassName
{
border-color: #2DB204;
}
.TagClassName
{
border-color: #2DB204;
}
</style>