Shades of Kelly Green #2BAF0B
Tints of Kelly Green #2BAF0B
RGB
CMYK
RGB Variations
Color information
#2BAF0B (or 0x2BAF0B) is known color: Kelly Green. HEX triplet: 2B, AF and 0B. RGB value is (43,175,11). Sum of RGB (Red+Green+Blue) = 43+175+11=229 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.78% from 229); Green value is 175 (68.75% from 255 or 76.42% from 229); Blue value is 11 (4.69% from 255 or 4.80% from 229); Max value from RGB is 175 - color contains mainly: green. Hex color #2BAF0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BAF0B is #D450F4. Grayscale: #757575. Windows color (decimal): -13914357 or 765739. OLE color: 765739.
HSL color Cylindrical-coordinate representation of color #2BAF0B: hue angle of 108.29º 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 #2BAF0B is Cyan = 0.75, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 43 | 175 | 11 | - |
| CMYK | 0.75 | 0 | 0.94 | 0.31 |
| HSL | 108.29º | 0.88% | 0.36% | - |
| HSV(B) | 108.29º | 0.94% | 0.69% | - |
| XYZ | 16.39 | 31.2 | 5.47 | - |
| YUV | 116.84 | 68.27 | 75.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 175 | 11 | 0.75 | 0 | 0.94 | 0.31 | 108.29 | 0.88 | 0.36 |
| Hex | 2B | AF | B | 4B | 0 | 5E | 1F | 6C | 58 | 24 |
| Octal | 53 | 257 | 13 | 113 | 0 | 136 | 37 | 154 | 130 | 44 |
| Binary | 101011 | 10101111 | 1011 | 1001011 | 0 | 1011110 | 11111 | 1101100 | 1011000 | 100100 |
Color Harmonies of #2BAF0B
Complementary color
Monochromatic Colors of #2BAF0B
Black with #2BAF0B
Text Example
Text Example
White with #2BAF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAF0B; }
p { color: rgb(43,175,11); }
H1.HeaderClassName
{
color: #2BAF0B;
}
.AnyTagClassName
{
color: #2BAF0B;
}
</style>
background-color css
<style>
a { background-color: #2BAF0B; }
a { background-color: rgb(43,175,11); }
div.DivClassName
{
background-color: #2BAF0B;
}
.BgClassName
{
background-color: #2BAF0B;
}
</style>
border-color css
<style>
span { border-color: #2BAF0B; }
span { border-color: rgb(43,175,11); }
td.TdClassName
{
border-color: #2BAF0B;
}
.TagClassName
{
border-color: #2BAF0B;
}
</style>