Shades of Kelly Green #2BAF0E
Tints of Kelly Green #2BAF0E
RGB
CMYK
RGB Variations
Color information
#2BAF0E (or 0x2BAF0E) is known color: Kelly Green. HEX triplet: 2B, AF and 0E. RGB value is (43,175,14). Sum of RGB (Red+Green+Blue) = 43+175+14=232 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.53% from 232); Green value is 175 (68.75% from 255 or 75.43% from 232); Blue value is 14 (5.86% from 255 or 6.03% from 232); Max value from RGB is 175 - color contains mainly: green. Hex color #2BAF0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BAF0E is #D450F1. Grayscale: #757575. Windows color (decimal): -13914354 or 962347. OLE color: 962347.
HSL color Cylindrical-coordinate representation of color #2BAF0E: hue angle of 109.19º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2BAF0E is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 43 | 175 | 14 | - |
| CMYK | 0.75 | 0 | 0.92 | 0.31 |
| HSL | 109.19º | 0.85% | 0.37% | - |
| HSV(B) | 109.19º | 0.92% | 0.69% | - |
| XYZ | 16.41 | 31.21 | 5.57 | - |
| YUV | 117.18 | 69.77 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 175 | 14 | 0.75 | 0 | 0.92 | 0.31 | 109.19 | 0.85 | 0.37 |
| Hex | 2B | AF | E | 4B | 0 | 5C | 1F | 6D | 55 | 25 |
| Octal | 53 | 257 | 16 | 113 | 0 | 134 | 37 | 155 | 125 | 45 |
| Binary | 101011 | 10101111 | 1110 | 1001011 | 0 | 1011100 | 11111 | 1101101 | 1010101 | 100101 |
Color Harmonies of #2BAF0E
Complementary color
Monochromatic Colors of #2BAF0E
Black with #2BAF0E
Text Example
Text Example
White with #2BAF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAF0E; }
p { color: rgb(43,175,14); }
H1.HeaderClassName
{
color: #2BAF0E;
}
.AnyTagClassName
{
color: #2BAF0E;
}
</style>
background-color css
<style>
a { background-color: #2BAF0E; }
a { background-color: rgb(43,175,14); }
div.DivClassName
{
background-color: #2BAF0E;
}
.BgClassName
{
background-color: #2BAF0E;
}
</style>
border-color css
<style>
span { border-color: #2BAF0E; }
span { border-color: rgb(43,175,14); }
td.TdClassName
{
border-color: #2BAF0E;
}
.TagClassName
{
border-color: #2BAF0E;
}
</style>