Shades of Kelly Green #2DB000
Tints of Kelly Green #2DB000
RGB
CMYK
RGB Variations
Color information
#2DB000 (or 0x2DB000) is known color: Kelly Green. HEX triplet: 2D, B0 and 00. RGB value is (45,176,0). Sum of RGB (Red+Green+Blue) = 45+176+0=221 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.36% from 221); Green value is 176 (69.14% from 255 or 79.64% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 176 - color contains mainly: green. Hex color #2DB000 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DB000 is #D24FFF. Grayscale: #757575. Windows color (decimal): -13783040 or 45101. OLE color: 45101.
HSL color Cylindrical-coordinate representation of color #2DB000: hue angle of 104.66º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2DB000 is Cyan = 0.74, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 176 | 0 | - |
| CMYK | 0.74 | 0 | 1 | 0.31 |
| HSL | 104.66º | 1% | 0.35% | - |
| HSV(B) | 104.66º | 1% | 0.69% | - |
| XYZ | 16.61 | 31.61 | 5.23 | - |
| YUV | 116.77 | 62.1 | 76.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 176 | 0 | 0.74 | 0 | 1 | 0.31 | 104.66 | 1 | 0.35 |
| Hex | 2D | B0 | 0 | 4A | 0 | 64 | 1F | 69 | 64 | 23 |
| Octal | 55 | 260 | 0 | 112 | 0 | 144 | 37 | 151 | 144 | 43 |
| Binary | 101101 | 10110000 | 0 | 1001010 | 0 | 1100100 | 11111 | 1101001 | 1100100 | 100011 |
Color Harmonies of #2DB000
Complementary color
Monochromatic Colors of #2DB000
Black with #2DB000
Text Example
Text Example
White with #2DB000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB000; }
p { color: rgb(45,176,0); }
H1.HeaderClassName
{
color: #2DB000;
}
.AnyTagClassName
{
color: #2DB000;
}
</style>
background-color css
<style>
a { background-color: #2DB000; }
a { background-color: rgb(45,176,0); }
div.DivClassName
{
background-color: #2DB000;
}
.BgClassName
{
background-color: #2DB000;
}
</style>
border-color css
<style>
span { border-color: #2DB000; }
span { border-color: rgb(45,176,0); }
td.TdClassName
{
border-color: #2DB000;
}
.TagClassName
{
border-color: #2DB000;
}
</style>