Shades of Kelly Green #2DBC04
Tints of Kelly Green #2DBC04
RGB
CMYK
RGB Variations
Color information
#2DBC04 (or 0x2DBC04) is known color: Kelly Green. HEX triplet: 2D, BC and 04. RGB value is (45,188,4). Sum of RGB (Red+Green+Blue) = 45+188+4=237 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.99% from 237); Green value is 188 (73.83% from 255 or 79.32% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBC04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DBC04 is #D243FB. Grayscale: #7C7C7C. Windows color (decimal): -13779964 or 310317. OLE color: 310317.
HSL color Cylindrical-coordinate representation of color #2DBC04: hue angle of 106.63º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2DBC04 is Cyan = 0.76, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 188 | 4 | - |
| CMYK | 0.76 | 0 | 0.98 | 0.26 |
| HSL | 106.63º | 0.96% | 0.38% | - |
| HSV(B) | 106.63º | 0.98% | 0.74% | - |
| XYZ | 19.09 | 36.53 | 6.16 | - |
| YUV | 124.27 | 60.12 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 4 | 0.76 | 0 | 0.98 | 0.26 | 106.63 | 0.96 | 0.38 |
| Hex | 2D | BC | 4 | 4C | 0 | 62 | 1A | 6B | 60 | 26 |
| Octal | 55 | 274 | 4 | 114 | 0 | 142 | 32 | 153 | 140 | 46 |
| Binary | 101101 | 10111100 | 100 | 1001100 | 0 | 1100010 | 11010 | 1101011 | 1100000 | 100110 |
Color Harmonies of #2DBC04
Complementary color
Monochromatic Colors of #2DBC04
Black with #2DBC04
Text Example
Text Example
White with #2DBC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBC04; }
p { color: rgb(45,188,4); }
H1.HeaderClassName
{
color: #2DBC04;
}
.AnyTagClassName
{
color: #2DBC04;
}
</style>
background-color css
<style>
a { background-color: #2DBC04; }
a { background-color: rgb(45,188,4); }
div.DivClassName
{
background-color: #2DBC04;
}
.BgClassName
{
background-color: #2DBC04;
}
</style>
border-color css
<style>
span { border-color: #2DBC04; }
span { border-color: rgb(45,188,4); }
td.TdClassName
{
border-color: #2DBC04;
}
.TagClassName
{
border-color: #2DBC04;
}
</style>