Shades of Kelly Green #2FB311
Tints of Kelly Green #2FB311
RGB
CMYK
RGB Variations
Color information
#2FB311 (or 0x2FB311) is known color: Kelly Green. HEX triplet: 2F, B3 and 11. RGB value is (47,179,17). Sum of RGB (Red+Green+Blue) = 47+179+17=243 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.34% from 243); Green value is 179 (70.31% from 255 or 73.66% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 179 - color contains mainly: green. Hex color #2FB311 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FB311 is #D04CEE. Grayscale: #797979. Windows color (decimal): -13651183 or 1159983. OLE color: 1159983.
HSL color Cylindrical-coordinate representation of color #2FB311: hue angle of 108.89º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2FB311 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 47 | 179 | 17 | - |
| CMYK | 0.74 | 0 | 0.91 | 0.30 |
| HSL | 108.89º | 0.83% | 0.38% | - |
| HSV(B) | 108.89º | 0.91% | 0.7% | - |
| XYZ | 17.39 | 32.89 | 5.96 | - |
| YUV | 121.06 | 69.27 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 179 | 17 | 0.74 | 0 | 0.91 | 0.30 | 108.89 | 0.83 | 0.38 |
| Hex | 2F | B3 | 11 | 4A | 0 | 5B | 1E | 6D | 53 | 26 |
| Octal | 57 | 263 | 21 | 112 | 0 | 133 | 36 | 155 | 123 | 46 |
| Binary | 101111 | 10110011 | 10001 | 1001010 | 0 | 1011011 | 11110 | 1101101 | 1010011 | 100110 |
Color Harmonies of #2FB311
Complementary color
Monochromatic Colors of #2FB311
Black with #2FB311
Text Example
Text Example
White with #2FB311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB311; }
p { color: rgb(47,179,17); }
H1.HeaderClassName
{
color: #2FB311;
}
.AnyTagClassName
{
color: #2FB311;
}
</style>
background-color css
<style>
a { background-color: #2FB311; }
a { background-color: rgb(47,179,17); }
div.DivClassName
{
background-color: #2FB311;
}
.BgClassName
{
background-color: #2FB311;
}
</style>
border-color css
<style>
span { border-color: #2FB311; }
span { border-color: rgb(47,179,17); }
td.TdClassName
{
border-color: #2FB311;
}
.TagClassName
{
border-color: #2FB311;
}
</style>