Shades of Kelly Green #2FB103
Tints of Kelly Green #2FB103
RGB
CMYK
RGB Variations
Color information
#2FB103 (or 0x2FB103) is known color: Kelly Green. HEX triplet: 2F, B1 and 03. RGB value is (47,177,3). Sum of RGB (Red+Green+Blue) = 47+177+3=227 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.70% from 227); Green value is 177 (69.53% from 255 or 77.97% from 227); Blue value is 3 (1.56% from 255 or 1.32% from 227); Max value from RGB is 177 - color contains mainly: green. Hex color #2FB103 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FB103 is #D04EFC. Grayscale: #767676. Windows color (decimal): -13651709 or 241967. OLE color: 241967.
HSL color Cylindrical-coordinate representation of color #2FB103: hue angle of 104.83º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2FB103 is Cyan = 0.73, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 177 | 3 | - |
| CMYK | 0.73 | 0 | 0.98 | 0.31 |
| HSL | 104.83º | 0.97% | 0.35% | - |
| HSV(B) | 104.83º | 0.98% | 0.69% | - |
| XYZ | 16.91 | 32.06 | 5.38 | - |
| YUV | 118.29 | 62.93 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 177 | 3 | 0.73 | 0 | 0.98 | 0.31 | 104.83 | 0.97 | 0.35 |
| Hex | 2F | B1 | 3 | 49 | 0 | 62 | 1F | 69 | 61 | 23 |
| Octal | 57 | 261 | 3 | 111 | 0 | 142 | 37 | 151 | 141 | 43 |
| Binary | 101111 | 10110001 | 11 | 1001001 | 0 | 1100010 | 11111 | 1101001 | 1100001 | 100011 |
Color Harmonies of #2FB103
Complementary color
Monochromatic Colors of #2FB103
Black with #2FB103
Text Example
Text Example
White with #2FB103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB103; }
p { color: rgb(47,177,3); }
H1.HeaderClassName
{
color: #2FB103;
}
.AnyTagClassName
{
color: #2FB103;
}
</style>
background-color css
<style>
a { background-color: #2FB103; }
a { background-color: rgb(47,177,3); }
div.DivClassName
{
background-color: #2FB103;
}
.BgClassName
{
background-color: #2FB103;
}
</style>
border-color css
<style>
span { border-color: #2FB103; }
span { border-color: rgb(47,177,3); }
td.TdClassName
{
border-color: #2FB103;
}
.TagClassName
{
border-color: #2FB103;
}
</style>