Shades of Kelly Green #2DB005
Tints of Kelly Green #2DB005
RGB
CMYK
RGB Variations
Color information
#2DB005 (or 0x2DB005) is known color: Kelly Green. HEX triplet: 2D, B0 and 05. RGB value is (45,176,5). Sum of RGB (Red+Green+Blue) = 45+176+5=226 (29% of max value = 765). Red value is 45 (17.97% from 255 or 19.91% from 226); Green value is 176 (69.14% from 255 or 77.88% from 226); Blue value is 5 (2.34% from 255 or 2.21% from 226); Max value from RGB is 176 - color contains mainly: green. Hex color #2DB005 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DB005 is #D24FFA. Grayscale: #757575. Windows color (decimal): -13783035 or 372781. OLE color: 372781.
HSL color Cylindrical-coordinate representation of color #2DB005: hue angle of 105.96º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2DB005 is Cyan = 0.74, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 176 | 5 | - |
| CMYK | 0.74 | 0 | 0.97 | 0.31 |
| HSL | 105.96º | 0.94% | 0.35% | - |
| HSV(B) | 105.96º | 0.97% | 0.69% | - |
| XYZ | 16.63 | 31.62 | 5.37 | - |
| YUV | 117.34 | 64.6 | 76.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 176 | 5 | 0.74 | 0 | 0.97 | 0.31 | 105.96 | 0.94 | 0.35 |
| Hex | 2D | B0 | 5 | 4A | 0 | 61 | 1F | 6A | 5E | 23 |
| Octal | 55 | 260 | 5 | 112 | 0 | 141 | 37 | 152 | 136 | 43 |
| Binary | 101101 | 10110000 | 101 | 1001010 | 0 | 1100001 | 11111 | 1101010 | 1011110 | 100011 |
Color Harmonies of #2DB005
Complementary color
Monochromatic Colors of #2DB005
Black with #2DB005
Text Example
Text Example
White with #2DB005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB005; }
p { color: rgb(45,176,5); }
H1.HeaderClassName
{
color: #2DB005;
}
.AnyTagClassName
{
color: #2DB005;
}
</style>
background-color css
<style>
a { background-color: #2DB005; }
a { background-color: rgb(45,176,5); }
div.DivClassName
{
background-color: #2DB005;
}
.BgClassName
{
background-color: #2DB005;
}
</style>
border-color css
<style>
span { border-color: #2DB005; }
span { border-color: rgb(45,176,5); }
td.TdClassName
{
border-color: #2DB005;
}
.TagClassName
{
border-color: #2DB005;
}
</style>