Shades of Kelly Green #2FBF0A
Tints of Kelly Green #2FBF0A
RGB
CMYK
RGB Variations
Color information
#2FBF0A (or 0x2FBF0A) is known color: Kelly Green. HEX triplet: 2F, BF and 0A. RGB value is (47,191,10). Sum of RGB (Red+Green+Blue) = 47+191+10=248 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.95% from 248); Green value is 191 (75% from 255 or 77.02% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 191 - color contains mainly: green. Hex color #2FBF0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FBF0A is #D040F5. Grayscale: #7F7F7F. Windows color (decimal): -13648118 or 704303. OLE color: 704303.
HSL color Cylindrical-coordinate representation of color #2FBF0A: hue angle of 107.73º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2FBF0A is Cyan = 0.75, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 191 | 10 | - |
| CMYK | 0.75 | 0 | 0.95 | 0.25 |
| HSL | 107.73º | 0.9% | 0.39% | - |
| HSV(B) | 107.73º | 0.95% | 0.75% | - |
| XYZ | 19.86 | 37.89 | 6.55 | - |
| YUV | 127.31 | 61.79 | 70.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 191 | 10 | 0.75 | 0 | 0.95 | 0.25 | 107.73 | 0.9 | 0.39 |
| Hex | 2F | BF | A | 4B | 0 | 5F | 19 | 6C | 5A | 27 |
| Octal | 57 | 277 | 12 | 113 | 0 | 137 | 31 | 154 | 132 | 47 |
| Binary | 101111 | 10111111 | 1010 | 1001011 | 0 | 1011111 | 11001 | 1101100 | 1011010 | 100111 |
Color Harmonies of #2FBF0A
Complementary color
Monochromatic Colors of #2FBF0A
Black with #2FBF0A
Text Example
Text Example
White with #2FBF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBF0A; }
p { color: rgb(47,191,10); }
H1.HeaderClassName
{
color: #2FBF0A;
}
.AnyTagClassName
{
color: #2FBF0A;
}
</style>
background-color css
<style>
a { background-color: #2FBF0A; }
a { background-color: rgb(47,191,10); }
div.DivClassName
{
background-color: #2FBF0A;
}
.BgClassName
{
background-color: #2FBF0A;
}
</style>
border-color css
<style>
span { border-color: #2FBF0A; }
span { border-color: rgb(47,191,10); }
td.TdClassName
{
border-color: #2FBF0A;
}
.TagClassName
{
border-color: #2FBF0A;
}
</style>