Shades of Kelly Green #2DB105
Tints of Kelly Green #2DB105
RGB
CMYK
RGB Variations
Color information
#2DB105 (or 0x2DB105) is known color: Kelly Green. HEX triplet: 2D, B1 and 05. RGB value is (45,177,5). Sum of RGB (Red+Green+Blue) = 45+177+5=227 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.82% from 227); Green value is 177 (69.53% from 255 or 77.97% from 227); Blue value is 5 (2.34% from 255 or 2.20% from 227); Max value from RGB is 177 - color contains mainly: green. Hex color #2DB105 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DB105 is #D24EFA. Grayscale: #767676. Windows color (decimal): -13782779 or 373037. OLE color: 373037.
HSL color Cylindrical-coordinate representation of color #2DB105: hue angle of 106.05º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2DB105 is Cyan = 0.75, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 177 | 5 | - |
| CMYK | 0.75 | 0 | 0.97 | 0.31 |
| HSL | 106.05º | 0.95% | 0.36% | - |
| HSV(B) | 106.05º | 0.97% | 0.69% | - |
| XYZ | 16.83 | 32.01 | 5.44 | - |
| YUV | 117.92 | 64.27 | 75.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 177 | 5 | 0.75 | 0 | 0.97 | 0.31 | 106.05 | 0.95 | 0.36 |
| Hex | 2D | B1 | 5 | 4B | 0 | 61 | 1F | 6A | 5F | 24 |
| Octal | 55 | 261 | 5 | 113 | 0 | 141 | 37 | 152 | 137 | 44 |
| Binary | 101101 | 10110001 | 101 | 1001011 | 0 | 1100001 | 11111 | 1101010 | 1011111 | 100100 |
Color Harmonies of #2DB105
Complementary color
Monochromatic Colors of #2DB105
Black with #2DB105
Text Example
Text Example
White with #2DB105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB105; }
p { color: rgb(45,177,5); }
H1.HeaderClassName
{
color: #2DB105;
}
.AnyTagClassName
{
color: #2DB105;
}
</style>
background-color css
<style>
a { background-color: #2DB105; }
a { background-color: rgb(45,177,5); }
div.DivClassName
{
background-color: #2DB105;
}
.BgClassName
{
background-color: #2DB105;
}
</style>
border-color css
<style>
span { border-color: #2DB105; }
span { border-color: rgb(45,177,5); }
td.TdClassName
{
border-color: #2DB105;
}
.TagClassName
{
border-color: #2DB105;
}
</style>