Shades of Kelly Green #2FBB15
Tints of Kelly Green #2FBB15
RGB
CMYK
RGB Variations
Color information
#2FBB15 (or 0x2FBB15) is known color: Kelly Green. HEX triplet: 2F, BB and 15. RGB value is (47,187,21). Sum of RGB (Red+Green+Blue) = 47+187+21=255 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.43% from 255); Green value is 187 (73.44% from 255 or 73.33% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 187 - color contains mainly: green. Hex color #2FBB15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FBB15 is #D044EA. Grayscale: #7E7E7E. Windows color (decimal): -13649131 or 1424175. OLE color: 1424175.
HSL color Cylindrical-coordinate representation of color #2FBB15: hue angle of 110.6º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2FBB15 is Cyan = 0.75, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 187 | 21 | - |
| CMYK | 0.75 | 0 | 0.89 | 0.27 |
| HSL | 110.6º | 0.8% | 0.41% | - |
| HSV(B) | 110.6º | 0.89% | 0.73% | - |
| XYZ | 19.08 | 36.2 | 6.69 | - |
| YUV | 126.22 | 68.62 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 187 | 21 | 0.75 | 0 | 0.89 | 0.27 | 110.6 | 0.8 | 0.41 |
| Hex | 2F | BB | 15 | 4B | 0 | 59 | 1B | 6F | 50 | 29 |
| Octal | 57 | 273 | 25 | 113 | 0 | 131 | 33 | 157 | 120 | 51 |
| Binary | 101111 | 10111011 | 10101 | 1001011 | 0 | 1011001 | 11011 | 1101111 | 1010000 | 101001 |
Color Harmonies of #2FBB15
Complementary color
Monochromatic Colors of #2FBB15
Black with #2FBB15
Text Example
Text Example
White with #2FBB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBB15; }
p { color: rgb(47,187,21); }
H1.HeaderClassName
{
color: #2FBB15;
}
.AnyTagClassName
{
color: #2FBB15;
}
</style>
background-color css
<style>
a { background-color: #2FBB15; }
a { background-color: rgb(47,187,21); }
div.DivClassName
{
background-color: #2FBB15;
}
.BgClassName
{
background-color: #2FBB15;
}
</style>
border-color css
<style>
span { border-color: #2FBB15; }
span { border-color: rgb(47,187,21); }
td.TdClassName
{
border-color: #2FBB15;
}
.TagClassName
{
border-color: #2FBB15;
}
</style>