Shades of Kelly Green #2FB315
Tints of Kelly Green #2FB315
RGB
CMYK
RGB Variations
Color information
#2FB315 (or 0x2FB315) is known color: Kelly Green. HEX triplet: 2F, B3 and 15. RGB value is (47,179,21). Sum of RGB (Red+Green+Blue) = 47+179+21=247 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.03% from 247); Green value is 179 (70.31% from 255 or 72.47% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 179 - color contains mainly: green. Hex color #2FB315 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FB315 is #D04CEA. Grayscale: #7A7A7A. Windows color (decimal): -13651179 or 1422127. OLE color: 1422127.
HSL color Cylindrical-coordinate representation of color #2FB315: hue angle of 110.13º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2FB315 is Cyan = 0.74, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 47 | 179 | 21 | - |
| CMYK | 0.74 | 0 | 0.88 | 0.30 |
| HSL | 110.13º | 0.79% | 0.39% | - |
| HSV(B) | 110.13º | 0.88% | 0.7% | - |
| XYZ | 17.43 | 32.9 | 6.14 | - |
| YUV | 121.52 | 71.27 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 179 | 21 | 0.74 | 0 | 0.88 | 0.30 | 110.13 | 0.79 | 0.39 |
| Hex | 2F | B3 | 15 | 4A | 0 | 58 | 1E | 6E | 4F | 27 |
| Octal | 57 | 263 | 25 | 112 | 0 | 130 | 36 | 156 | 117 | 47 |
| Binary | 101111 | 10110011 | 10101 | 1001010 | 0 | 1011000 | 11110 | 1101110 | 1001111 | 100111 |
Color Harmonies of #2FB315
Complementary color
Monochromatic Colors of #2FB315
Black with #2FB315
Text Example
Text Example
White with #2FB315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB315; }
p { color: rgb(47,179,21); }
H1.HeaderClassName
{
color: #2FB315;
}
.AnyTagClassName
{
color: #2FB315;
}
</style>
background-color css
<style>
a { background-color: #2FB315; }
a { background-color: rgb(47,179,21); }
div.DivClassName
{
background-color: #2FB315;
}
.BgClassName
{
background-color: #2FB315;
}
</style>
border-color css
<style>
span { border-color: #2FB315; }
span { border-color: rgb(47,179,21); }
td.TdClassName
{
border-color: #2FB315;
}
.TagClassName
{
border-color: #2FB315;
}
</style>