Shades of Kelly Green #2DA70B
Tints of Kelly Green #2DA70B
RGB
CMYK
RGB Variations
Color information
#2DA70B (or 0x2DA70B) is known color: Kelly Green. HEX triplet: 2D, A7 and 0B. RGB value is (45,167,11). Sum of RGB (Red+Green+Blue) = 45+167+11=223 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.18% from 223); Green value is 167 (65.62% from 255 or 74.89% from 223); Blue value is 11 (4.69% from 255 or 4.93% from 223); Max value from RGB is 167 - color contains mainly: green. Hex color #2DA70B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DA70B is #D258F4. Grayscale: #717171. Windows color (decimal): -13785333 or 763693. OLE color: 763693.
HSL color Cylindrical-coordinate representation of color #2DA70B: hue angle of 106.92º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2DA70B is Cyan = 0.73, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 167 | 11 | - |
| CMYK | 0.73 | 0 | 0.93 | 0.35 |
| HSL | 106.92º | 0.88% | 0.35% | - |
| HSV(B) | 106.92º | 0.93% | 0.65% | - |
| XYZ | 14.96 | 28.22 | 4.97 | - |
| YUV | 112.74 | 70.58 | 79.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 167 | 11 | 0.73 | 0 | 0.93 | 0.35 | 106.92 | 0.88 | 0.35 |
| Hex | 2D | A7 | B | 49 | 0 | 5D | 23 | 6B | 58 | 23 |
| Octal | 55 | 247 | 13 | 111 | 0 | 135 | 43 | 153 | 130 | 43 |
| Binary | 101101 | 10100111 | 1011 | 1001001 | 0 | 1011101 | 100011 | 1101011 | 1011000 | 100011 |
Color Harmonies of #2DA70B
Complementary color
Monochromatic Colors of #2DA70B
Black with #2DA70B
Text Example
Text Example
White with #2DA70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA70B; }
p { color: rgb(45,167,11); }
H1.HeaderClassName
{
color: #2DA70B;
}
.AnyTagClassName
{
color: #2DA70B;
}
</style>
background-color css
<style>
a { background-color: #2DA70B; }
a { background-color: rgb(45,167,11); }
div.DivClassName
{
background-color: #2DA70B;
}
.BgClassName
{
background-color: #2DA70B;
}
</style>
border-color css
<style>
span { border-color: #2DA70B; }
span { border-color: rgb(45,167,11); }
td.TdClassName
{
border-color: #2DA70B;
}
.TagClassName
{
border-color: #2DA70B;
}
</style>