Shades of Kelly Green #2FBC15
Tints of Kelly Green #2FBC15
RGB
CMYK
RGB Variations
Color information
#2FBC15 (or 0x2FBC15) is known color: Kelly Green. HEX triplet: 2F, BC and 15. RGB value is (47,188,21). Sum of RGB (Red+Green+Blue) = 47+188+21=256 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.36% from 256); Green value is 188 (73.83% from 255 or 73.44% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FBC15 is #D043EA. Grayscale: #7F7F7F. Windows color (decimal): -13648875 or 1424431. OLE color: 1424431.
HSL color Cylindrical-coordinate representation of color #2FBC15: hue angle of 110.66º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2FBC15 is Cyan = 0.75, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 21 | - |
| CMYK | 0.75 | 0 | 0.89 | 0.26 |
| HSL | 110.66º | 0.8% | 0.41% | - |
| HSV(B) | 110.66º | 0.89% | 0.74% | - |
| XYZ | 19.29 | 36.62 | 6.76 | - |
| YUV | 126.8 | 68.29 | 71.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 21 | 0.75 | 0 | 0.89 | 0.26 | 110.66 | 0.8 | 0.41 |
| Hex | 2F | BC | 15 | 4B | 0 | 59 | 1A | 6F | 50 | 29 |
| Octal | 57 | 274 | 25 | 113 | 0 | 131 | 32 | 157 | 120 | 51 |
| Binary | 101111 | 10111100 | 10101 | 1001011 | 0 | 1011001 | 11010 | 1101111 | 1010000 | 101001 |
Color Harmonies of #2FBC15
Complementary color
Monochromatic Colors of #2FBC15
Black with #2FBC15
Text Example
Text Example
White with #2FBC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC15; }
p { color: rgb(47,188,21); }
H1.HeaderClassName
{
color: #2FBC15;
}
.AnyTagClassName
{
color: #2FBC15;
}
</style>
background-color css
<style>
a { background-color: #2FBC15; }
a { background-color: rgb(47,188,21); }
div.DivClassName
{
background-color: #2FBC15;
}
.BgClassName
{
background-color: #2FBC15;
}
</style>
border-color css
<style>
span { border-color: #2FBC15; }
span { border-color: rgb(47,188,21); }
td.TdClassName
{
border-color: #2FBC15;
}
.TagClassName
{
border-color: #2FBC15;
}
</style>