Shades of Kelly Green #2DBC07
Tints of Kelly Green #2DBC07
RGB
CMYK
RGB Variations
Color information
#2DBC07 (or 0x2DBC07) is known color: Kelly Green. HEX triplet: 2D, BC and 07. RGB value is (45,188,7). Sum of RGB (Red+Green+Blue) = 45+188+7=240 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.75% from 240); Green value is 188 (73.83% from 255 or 78.33% from 240); Blue value is 7 (3.12% from 255 or 2.92% from 240); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBC07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DBC07 is #D243F8. Grayscale: #7D7D7D. Windows color (decimal): -13779961 or 506925. OLE color: 506925.
HSL color Cylindrical-coordinate representation of color #2DBC07: hue angle of 107.4º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2DBC07 is Cyan = 0.76, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 188 | 7 | - |
| CMYK | 0.76 | 0 | 0.96 | 0.26 |
| HSL | 107.4º | 0.93% | 0.38% | - |
| HSV(B) | 107.4º | 0.96% | 0.74% | - |
| XYZ | 19.1 | 36.54 | 6.25 | - |
| YUV | 124.61 | 61.62 | 71.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 7 | 0.76 | 0 | 0.96 | 0.26 | 107.4 | 0.93 | 0.38 |
| Hex | 2D | BC | 7 | 4C | 0 | 60 | 1A | 6B | 5D | 26 |
| Octal | 55 | 274 | 7 | 114 | 0 | 140 | 32 | 153 | 135 | 46 |
| Binary | 101101 | 10111100 | 111 | 1001100 | 0 | 1100000 | 11010 | 1101011 | 1011101 | 100110 |
Color Harmonies of #2DBC07
Complementary color
Monochromatic Colors of #2DBC07
Black with #2DBC07
Text Example
Text Example
White with #2DBC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBC07; }
p { color: rgb(45,188,7); }
H1.HeaderClassName
{
color: #2DBC07;
}
.AnyTagClassName
{
color: #2DBC07;
}
</style>
background-color css
<style>
a { background-color: #2DBC07; }
a { background-color: rgb(45,188,7); }
div.DivClassName
{
background-color: #2DBC07;
}
.BgClassName
{
background-color: #2DBC07;
}
</style>
border-color css
<style>
span { border-color: #2DBC07; }
span { border-color: rgb(45,188,7); }
td.TdClassName
{
border-color: #2DBC07;
}
.TagClassName
{
border-color: #2DBC07;
}
</style>