Shades of Kelly Green #2DAF0B
Tints of Kelly Green #2DAF0B
RGB
CMYK
RGB Variations
Color information
#2DAF0B (or 0x2DAF0B) is known color: Kelly Green. HEX triplet: 2D, AF and 0B. RGB value is (45,175,11). Sum of RGB (Red+Green+Blue) = 45+175+11=231 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.48% from 231); Green value is 175 (68.75% from 255 or 75.76% from 231); Blue value is 11 (4.69% from 255 or 4.76% from 231); Max value from RGB is 175 - color contains mainly: green. Hex color #2DAF0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DAF0B is #D250F4. Grayscale: #757575. Windows color (decimal): -13783285 or 765741. OLE color: 765741.
HSL color Cylindrical-coordinate representation of color #2DAF0B: hue angle of 107.56º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2DAF0B is Cyan = 0.74, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 175 | 11 | - |
| CMYK | 0.74 | 0 | 0.94 | 0.31 |
| HSL | 107.56º | 0.88% | 0.36% | - |
| HSV(B) | 107.56º | 0.94% | 0.69% | - |
| XYZ | 16.47 | 31.24 | 5.48 | - |
| YUV | 117.43 | 67.93 | 76.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 175 | 11 | 0.74 | 0 | 0.94 | 0.31 | 107.56 | 0.88 | 0.36 |
| Hex | 2D | AF | B | 4A | 0 | 5E | 1F | 6C | 58 | 24 |
| Octal | 55 | 257 | 13 | 112 | 0 | 136 | 37 | 154 | 130 | 44 |
| Binary | 101101 | 10101111 | 1011 | 1001010 | 0 | 1011110 | 11111 | 1101100 | 1011000 | 100100 |
Color Harmonies of #2DAF0B
Complementary color
Monochromatic Colors of #2DAF0B
Black with #2DAF0B
Text Example
Text Example
White with #2DAF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAF0B; }
p { color: rgb(45,175,11); }
H1.HeaderClassName
{
color: #2DAF0B;
}
.AnyTagClassName
{
color: #2DAF0B;
}
</style>
background-color css
<style>
a { background-color: #2DAF0B; }
a { background-color: rgb(45,175,11); }
div.DivClassName
{
background-color: #2DAF0B;
}
.BgClassName
{
background-color: #2DAF0B;
}
</style>
border-color css
<style>
span { border-color: #2DAF0B; }
span { border-color: rgb(45,175,11); }
td.TdClassName
{
border-color: #2DAF0B;
}
.TagClassName
{
border-color: #2DAF0B;
}
</style>