Shades of Kelly Green #2FBA02
Tints of Kelly Green #2FBA02
RGB
CMYK
RGB Variations
Color information
#2FBA02 (or 0x2FBA02) is known color: Kelly Green. HEX triplet: 2F, BA and 02. RGB value is (47,186,2). Sum of RGB (Red+Green+Blue) = 47+186+2=235 (31% of max value = 765). Red value is 47 (18.75% from 255 or 20% from 235); Green value is 186 (73.05% from 255 or 79.15% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FBA02 is #D045FD. Grayscale: #7C7C7C. Windows color (decimal): -13649406 or 178735. OLE color: 178735.
HSL color Cylindrical-coordinate representation of color #2FBA02: hue angle of 105.33º degrees, saturation: 0.98, 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 #2FBA02 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 186 | 2 | - |
| CMYK | 0.75 | 0 | 0.99 | 0.27 |
| HSL | 105.33º | 0.98% | 0.37% | - |
| HSV(B) | 105.33º | 0.99% | 0.73% | - |
| XYZ | 18.74 | 35.73 | 5.97 | - |
| YUV | 123.46 | 59.45 | 73.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 2 | 0.75 | 0 | 0.99 | 0.27 | 105.33 | 0.98 | 0.37 |
| Hex | 2F | BA | 2 | 4B | 0 | 63 | 1B | 69 | 62 | 25 |
| Octal | 57 | 272 | 2 | 113 | 0 | 143 | 33 | 151 | 142 | 45 |
| Binary | 101111 | 10111010 | 10 | 1001011 | 0 | 1100011 | 11011 | 1101001 | 1100010 | 100101 |
Color Harmonies of #2FBA02
Complementary color
Monochromatic Colors of #2FBA02
Black with #2FBA02
Text Example
Text Example
White with #2FBA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBA02; }
p { color: rgb(47,186,2); }
H1.HeaderClassName
{
color: #2FBA02;
}
.AnyTagClassName
{
color: #2FBA02;
}
</style>
background-color css
<style>
a { background-color: #2FBA02; }
a { background-color: rgb(47,186,2); }
div.DivClassName
{
background-color: #2FBA02;
}
.BgClassName
{
background-color: #2FBA02;
}
</style>
border-color css
<style>
span { border-color: #2FBA02; }
span { border-color: rgb(47,186,2); }
td.TdClassName
{
border-color: #2FBA02;
}
.TagClassName
{
border-color: #2FBA02;
}
</style>