Shades of Kelly Green #2FBA15
Tints of Kelly Green #2FBA15
RGB
CMYK
RGB Variations
Color information
#2FBA15 (or 0x2FBA15) is known color: Kelly Green. HEX triplet: 2F, BA and 15. RGB value is (47,186,21). Sum of RGB (Red+Green+Blue) = 47+186+21=254 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.50% from 254); Green value is 186 (73.05% from 255 or 73.23% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FBA15 is #D045EA. Grayscale: #7E7E7E. Windows color (decimal): -13649387 or 1423919. OLE color: 1423919.
HSL color Cylindrical-coordinate representation of color #2FBA15: hue angle of 110.55º 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 #2FBA15 is Cyan = 0.75, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 186 | 21 | - |
| CMYK | 0.75 | 0 | 0.89 | 0.27 |
| HSL | 110.55º | 0.8% | 0.41% | - |
| HSV(B) | 110.55º | 0.89% | 0.73% | - |
| XYZ | 18.87 | 35.78 | 6.62 | - |
| YUV | 125.63 | 68.95 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 21 | 0.75 | 0 | 0.89 | 0.27 | 110.55 | 0.8 | 0.41 |
| Hex | 2F | BA | 15 | 4B | 0 | 59 | 1B | 6F | 50 | 29 |
| Octal | 57 | 272 | 25 | 113 | 0 | 131 | 33 | 157 | 120 | 51 |
| Binary | 101111 | 10111010 | 10101 | 1001011 | 0 | 1011001 | 11011 | 1101111 | 1010000 | 101001 |
Color Harmonies of #2FBA15
Complementary color
Monochromatic Colors of #2FBA15
Black with #2FBA15
Text Example
Text Example
White with #2FBA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBA15; }
p { color: rgb(47,186,21); }
H1.HeaderClassName
{
color: #2FBA15;
}
.AnyTagClassName
{
color: #2FBA15;
}
</style>
background-color css
<style>
a { background-color: #2FBA15; }
a { background-color: rgb(47,186,21); }
div.DivClassName
{
background-color: #2FBA15;
}
.BgClassName
{
background-color: #2FBA15;
}
</style>
border-color css
<style>
span { border-color: #2FBA15; }
span { border-color: rgb(47,186,21); }
td.TdClassName
{
border-color: #2FBA15;
}
.TagClassName
{
border-color: #2FBA15;
}
</style>