Shades of Kelly Green #2FBA00
Tints of Kelly Green #2FBA00
RGB
CMYK
RGB Variations
Color information
#2FBA00 (or 0x2FBA00) is known color: Kelly Green. HEX triplet: 2F, BA and 00. RGB value is (47,186,0). Sum of RGB (Red+Green+Blue) = 47+186+0=233 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.17% from 233); Green value is 186 (73.05% from 255 or 79.83% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FBA00 is #D045FF. Grayscale: #7B7B7B. Windows color (decimal): -13649408 or 47663. OLE color: 47663.
HSL color Cylindrical-coordinate representation of color #2FBA00: hue angle of 104.84º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2FBA00 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 186 | 0 | - |
| CMYK | 0.75 | 0 | 1 | 0.27 |
| HSL | 104.84º | 1% | 0.36% | - |
| HSV(B) | 104.84º | 1% | 0.73% | - |
| XYZ | 18.73 | 35.72 | 5.91 | - |
| YUV | 123.24 | 58.45 | 73.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 0 | 0.75 | 0 | 1 | 0.27 | 104.84 | 1 | 0.36 |
| Hex | 2F | BA | 0 | 4B | 0 | 64 | 1B | 69 | 64 | 24 |
| Octal | 57 | 272 | 0 | 113 | 0 | 144 | 33 | 151 | 144 | 44 |
| Binary | 101111 | 10111010 | 0 | 1001011 | 0 | 1100100 | 11011 | 1101001 | 1100100 | 100100 |
Color Harmonies of #2FBA00
Complementary color
Monochromatic Colors of #2FBA00
Black with #2FBA00
Text Example
Text Example
White with #2FBA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBA00; }
p { color: rgb(47,186,0); }
H1.HeaderClassName
{
color: #2FBA00;
}
.AnyTagClassName
{
color: #2FBA00;
}
</style>
background-color css
<style>
a { background-color: #2FBA00; }
a { background-color: rgb(47,186,0); }
div.DivClassName
{
background-color: #2FBA00;
}
.BgClassName
{
background-color: #2FBA00;
}
</style>
border-color css
<style>
span { border-color: #2FBA00; }
span { border-color: rgb(47,186,0); }
td.TdClassName
{
border-color: #2FBA00;
}
.TagClassName
{
border-color: #2FBA00;
}
</style>