Shades of Kelly Green #2FBA01
Tints of Kelly Green #2FBA01
RGB
CMYK
RGB Variations
Color information
#2FBA01 (or 0x2FBA01) is known color: Kelly Green. HEX triplet: 2F, BA and 01. RGB value is (47,186,1). Sum of RGB (Red+Green+Blue) = 47+186+1=234 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.09% from 234); Green value is 186 (73.05% from 255 or 79.49% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FBA01 is #D045FE. Grayscale: #7B7B7B. Windows color (decimal): -13649407 or 113199. OLE color: 113199.
HSL color Cylindrical-coordinate representation of color #2FBA01: hue angle of 105.08º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2FBA01 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 186 | 1 | - |
| CMYK | 0.75 | 0 | 0.99 | 0.27 |
| HSL | 105.08º | 0.99% | 0.37% | - |
| HSV(B) | 105.08º | 0.99% | 0.73% | - |
| XYZ | 18.74 | 35.72 | 5.94 | - |
| YUV | 123.35 | 58.95 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 1 | 0.75 | 0 | 0.99 | 0.27 | 105.08 | 0.99 | 0.37 |
| Hex | 2F | BA | 1 | 4B | 0 | 63 | 1B | 69 | 63 | 25 |
| Octal | 57 | 272 | 1 | 113 | 0 | 143 | 33 | 151 | 143 | 45 |
| Binary | 101111 | 10111010 | 1 | 1001011 | 0 | 1100011 | 11011 | 1101001 | 1100011 | 100101 |
Color Harmonies of #2FBA01
Complementary color
Monochromatic Colors of #2FBA01
Black with #2FBA01
Text Example
Text Example
White with #2FBA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBA01; }
p { color: rgb(47,186,1); }
H1.HeaderClassName
{
color: #2FBA01;
}
.AnyTagClassName
{
color: #2FBA01;
}
</style>
background-color css
<style>
a { background-color: #2FBA01; }
a { background-color: rgb(47,186,1); }
div.DivClassName
{
background-color: #2FBA01;
}
.BgClassName
{
background-color: #2FBA01;
}
</style>
border-color css
<style>
span { border-color: #2FBA01; }
span { border-color: rgb(47,186,1); }
td.TdClassName
{
border-color: #2FBA01;
}
.TagClassName
{
border-color: #2FBA01;
}
</style>