Shades of Kelly Green #2FBC11
Tints of Kelly Green #2FBC11
RGB
CMYK
RGB Variations
Color information
#2FBC11 (or 0x2FBC11) is known color: Kelly Green. HEX triplet: 2F, BC and 11. RGB value is (47,188,17). Sum of RGB (Red+Green+Blue) = 47+188+17=252 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.65% from 252); Green value is 188 (73.83% from 255 or 74.60% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FBC11 is #D043EE. Grayscale: #7E7E7E. Windows color (decimal): -13648879 or 1162287. OLE color: 1162287.
HSL color Cylindrical-coordinate representation of color #2FBC11: hue angle of 109.47º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2FBC11 is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 17 | - |
| CMYK | 0.75 | 0 | 0.91 | 0.26 |
| HSL | 109.47º | 0.83% | 0.4% | - |
| HSV(B) | 109.47º | 0.91% | 0.74% | - |
| XYZ | 19.26 | 36.61 | 6.58 | - |
| YUV | 126.35 | 66.29 | 71.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 17 | 0.75 | 0 | 0.91 | 0.26 | 109.47 | 0.83 | 0.4 |
| Hex | 2F | BC | 11 | 4B | 0 | 5B | 1A | 6D | 53 | 28 |
| Octal | 57 | 274 | 21 | 113 | 0 | 133 | 32 | 155 | 123 | 50 |
| Binary | 101111 | 10111100 | 10001 | 1001011 | 0 | 1011011 | 11010 | 1101101 | 1010011 | 101000 |
Color Harmonies of #2FBC11
Complementary color
Monochromatic Colors of #2FBC11
Black with #2FBC11
Text Example
Text Example
White with #2FBC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC11; }
p { color: rgb(47,188,17); }
H1.HeaderClassName
{
color: #2FBC11;
}
.AnyTagClassName
{
color: #2FBC11;
}
</style>
background-color css
<style>
a { background-color: #2FBC11; }
a { background-color: rgb(47,188,17); }
div.DivClassName
{
background-color: #2FBC11;
}
.BgClassName
{
background-color: #2FBC11;
}
</style>
border-color css
<style>
span { border-color: #2FBC11; }
span { border-color: rgb(47,188,17); }
td.TdClassName
{
border-color: #2FBC11;
}
.TagClassName
{
border-color: #2FBC11;
}
</style>