Shades of Kelly Green #2DA60B
Tints of Kelly Green #2DA60B
RGB
CMYK
RGB Variations
Color information
#2DA60B (or 0x2DA60B) is known color: Kelly Green. HEX triplet: 2D, A6 and 0B. RGB value is (45,166,11). Sum of RGB (Red+Green+Blue) = 45+166+11=222 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.27% from 222); Green value is 166 (65.23% from 255 or 74.77% from 222); Blue value is 11 (4.69% from 255 or 4.95% from 222); Max value from RGB is 166 - color contains mainly: green. Hex color #2DA60B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DA60B is #D259F4. Grayscale: #707070. Windows color (decimal): -13785589 or 763437. OLE color: 763437.
HSL color Cylindrical-coordinate representation of color #2DA60B: hue angle of 106.84º 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 #2DA60B is Cyan = 0.73, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 166 | 11 | - |
| CMYK | 0.73 | 0 | 0.93 | 0.35 |
| HSL | 106.84º | 0.88% | 0.35% | - |
| HSV(B) | 106.84º | 0.93% | 0.65% | - |
| XYZ | 14.78 | 27.85 | 4.91 | - |
| YUV | 112.15 | 70.91 | 80.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 166 | 11 | 0.73 | 0 | 0.93 | 0.35 | 106.84 | 0.88 | 0.35 |
| Hex | 2D | A6 | B | 49 | 0 | 5D | 23 | 6B | 58 | 23 |
| Octal | 55 | 246 | 13 | 111 | 0 | 135 | 43 | 153 | 130 | 43 |
| Binary | 101101 | 10100110 | 1011 | 1001001 | 0 | 1011101 | 100011 | 1101011 | 1011000 | 100011 |
Color Harmonies of #2DA60B
Complementary color
Monochromatic Colors of #2DA60B
Black with #2DA60B
Text Example
Text Example
White with #2DA60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA60B; }
p { color: rgb(45,166,11); }
H1.HeaderClassName
{
color: #2DA60B;
}
.AnyTagClassName
{
color: #2DA60B;
}
</style>
background-color css
<style>
a { background-color: #2DA60B; }
a { background-color: rgb(45,166,11); }
div.DivClassName
{
background-color: #2DA60B;
}
.BgClassName
{
background-color: #2DA60B;
}
</style>
border-color css
<style>
span { border-color: #2DA60B; }
span { border-color: rgb(45,166,11); }
td.TdClassName
{
border-color: #2DA60B;
}
.TagClassName
{
border-color: #2DA60B;
}
</style>