Shades of Kelly Green #2FBA0A
Tints of Kelly Green #2FBA0A
RGB
CMYK
RGB Variations
Color information
#2FBA0A (or 0x2FBA0A) is known color: Kelly Green. HEX triplet: 2F, BA and 0A. RGB value is (47,186,10). Sum of RGB (Red+Green+Blue) = 47+186+10=243 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.34% from 243); Green value is 186 (73.05% from 255 or 76.54% from 243); Blue value is 10 (4.30% from 255 or 4.12% from 243); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FBA0A is #D045F5. Grayscale: #7C7C7C. Windows color (decimal): -13649398 or 703023. OLE color: 703023.
HSL color Cylindrical-coordinate representation of color #2FBA0A: hue angle of 107.39º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2FBA0A is Cyan = 0.75, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 186 | 10 | - |
| CMYK | 0.75 | 0 | 0.95 | 0.27 |
| HSL | 107.39º | 0.9% | 0.38% | - |
| HSV(B) | 107.39º | 0.95% | 0.73% | - |
| XYZ | 18.79 | 35.74 | 6.2 | - |
| YUV | 124.38 | 63.45 | 72.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 10 | 0.75 | 0 | 0.95 | 0.27 | 107.39 | 0.9 | 0.38 |
| Hex | 2F | BA | A | 4B | 0 | 5F | 1B | 6B | 5A | 26 |
| Octal | 57 | 272 | 12 | 113 | 0 | 137 | 33 | 153 | 132 | 46 |
| Binary | 101111 | 10111010 | 1010 | 1001011 | 0 | 1011111 | 11011 | 1101011 | 1011010 | 100110 |
Color Harmonies of #2FBA0A
Complementary color
Monochromatic Colors of #2FBA0A
Black with #2FBA0A
Text Example
Text Example
White with #2FBA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBA0A; }
p { color: rgb(47,186,10); }
H1.HeaderClassName
{
color: #2FBA0A;
}
.AnyTagClassName
{
color: #2FBA0A;
}
</style>
background-color css
<style>
a { background-color: #2FBA0A; }
a { background-color: rgb(47,186,10); }
div.DivClassName
{
background-color: #2FBA0A;
}
.BgClassName
{
background-color: #2FBA0A;
}
</style>
border-color css
<style>
span { border-color: #2FBA0A; }
span { border-color: rgb(47,186,10); }
td.TdClassName
{
border-color: #2FBA0A;
}
.TagClassName
{
border-color: #2FBA0A;
}
</style>