Shades of Kelly Green #2FB50B
Tints of Kelly Green #2FB50B
RGB
CMYK
RGB Variations
Color information
#2FB50B (or 0x2FB50B) is known color: Kelly Green. HEX triplet: 2F, B5 and 0B. RGB value is (47,181,11). Sum of RGB (Red+Green+Blue) = 47+181+11=239 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.67% from 239); Green value is 181 (71.09% from 255 or 75.73% from 239); Blue value is 11 (4.69% from 255 or 4.60% from 239); Max value from RGB is 181 - color contains mainly: green. Hex color #2FB50B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FB50B is #D04AF4. Grayscale: #7A7A7A. Windows color (decimal): -13650677 or 767279. OLE color: 767279.
HSL color Cylindrical-coordinate representation of color #2FB50B: hue angle of 107.29º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2FB50B is Cyan = 0.74, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 181 | 11 | - |
| CMYK | 0.74 | 0 | 0.94 | 0.29 |
| HSL | 107.29º | 0.89% | 0.38% | - |
| HSV(B) | 107.29º | 0.94% | 0.71% | - |
| XYZ | 17.76 | 33.68 | 5.88 | - |
| YUV | 121.55 | 65.61 | 74.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 181 | 11 | 0.74 | 0 | 0.94 | 0.29 | 107.29 | 0.89 | 0.38 |
| Hex | 2F | B5 | B | 4A | 0 | 5E | 1D | 6B | 59 | 26 |
| Octal | 57 | 265 | 13 | 112 | 0 | 136 | 35 | 153 | 131 | 46 |
| Binary | 101111 | 10110101 | 1011 | 1001010 | 0 | 1011110 | 11101 | 1101011 | 1011001 | 100110 |
Color Harmonies of #2FB50B
Complementary color
Monochromatic Colors of #2FB50B
Black with #2FB50B
Text Example
Text Example
White with #2FB50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB50B; }
p { color: rgb(47,181,11); }
H1.HeaderClassName
{
color: #2FB50B;
}
.AnyTagClassName
{
color: #2FB50B;
}
</style>
background-color css
<style>
a { background-color: #2FB50B; }
a { background-color: rgb(47,181,11); }
div.DivClassName
{
background-color: #2FB50B;
}
.BgClassName
{
background-color: #2FB50B;
}
</style>
border-color css
<style>
span { border-color: #2FB50B; }
span { border-color: rgb(47,181,11); }
td.TdClassName
{
border-color: #2FB50B;
}
.TagClassName
{
border-color: #2FB50B;
}
</style>