Shades of Kelly Green #2DBC08
Tints of Kelly Green #2DBC08
RGB
CMYK
RGB Variations
Color information
#2DBC08 (or 0x2DBC08) is known color: Kelly Green. HEX triplet: 2D, BC and 08. RGB value is (45,188,8). Sum of RGB (Red+Green+Blue) = 45+188+8=241 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.67% from 241); Green value is 188 (73.83% from 255 or 78.01% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBC08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DBC08 is #D243F7. Grayscale: #7D7D7D. Windows color (decimal): -13779960 or 572461. OLE color: 572461.
HSL color Cylindrical-coordinate representation of color #2DBC08: hue angle of 107.67º degrees, saturation: 0.92, 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 #2DBC08 is Cyan = 0.76, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 188 | 8 | - |
| CMYK | 0.76 | 0 | 0.96 | 0.26 |
| HSL | 107.67º | 0.92% | 0.38% | - |
| HSV(B) | 107.67º | 0.96% | 0.74% | - |
| XYZ | 19.11 | 36.54 | 6.28 | - |
| YUV | 124.72 | 62.12 | 71.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 8 | 0.76 | 0 | 0.96 | 0.26 | 107.67 | 0.92 | 0.38 |
| Hex | 2D | BC | 8 | 4C | 0 | 60 | 1A | 6C | 5C | 26 |
| Octal | 55 | 274 | 10 | 114 | 0 | 140 | 32 | 154 | 134 | 46 |
| Binary | 101101 | 10111100 | 1000 | 1001100 | 0 | 1100000 | 11010 | 1101100 | 1011100 | 100110 |
Color Harmonies of #2DBC08
Complementary color
Monochromatic Colors of #2DBC08
Black with #2DBC08
Text Example
Text Example
White with #2DBC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBC08; }
p { color: rgb(45,188,8); }
H1.HeaderClassName
{
color: #2DBC08;
}
.AnyTagClassName
{
color: #2DBC08;
}
</style>
background-color css
<style>
a { background-color: #2DBC08; }
a { background-color: rgb(45,188,8); }
div.DivClassName
{
background-color: #2DBC08;
}
.BgClassName
{
background-color: #2DBC08;
}
</style>
border-color css
<style>
span { border-color: #2DBC08; }
span { border-color: rgb(45,188,8); }
td.TdClassName
{
border-color: #2DBC08;
}
.TagClassName
{
border-color: #2DBC08;
}
</style>