Shades of Kelly Green #2FB903
Tints of Kelly Green #2FB903
RGB
CMYK
RGB Variations
Color information
#2FB903 (or 0x2FB903) is known color: Kelly Green. HEX triplet: 2F, B9 and 03. RGB value is (47,185,3). Sum of RGB (Red+Green+Blue) = 47+185+3=235 (31% of max value = 765). Red value is 47 (18.75% from 255 or 20% from 235); Green value is 185 (72.66% from 255 or 78.72% from 235); Blue value is 3 (1.56% from 255 or 1.28% from 235); Max value from RGB is 185 - color contains mainly: green. Hex color #2FB903 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FB903 is #D046FC. Grayscale: #7B7B7B. Windows color (decimal): -13649661 or 244015. OLE color: 244015.
HSL color Cylindrical-coordinate representation of color #2FB903: hue angle of 105.49º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2FB903 is Cyan = 0.75, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 185 | 3 | - |
| CMYK | 0.75 | 0 | 0.98 | 0.27 |
| HSL | 105.49º | 0.97% | 0.37% | - |
| HSV(B) | 105.49º | 0.98% | 0.73% | - |
| XYZ | 18.54 | 35.31 | 5.92 | - |
| YUV | 122.99 | 60.28 | 73.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 185 | 3 | 0.75 | 0 | 0.98 | 0.27 | 105.49 | 0.97 | 0.37 |
| Hex | 2F | B9 | 3 | 4B | 0 | 62 | 1B | 69 | 61 | 25 |
| Octal | 57 | 271 | 3 | 113 | 0 | 142 | 33 | 151 | 141 | 45 |
| Binary | 101111 | 10111001 | 11 | 1001011 | 0 | 1100010 | 11011 | 1101001 | 1100001 | 100101 |
Color Harmonies of #2FB903
Complementary color
Monochromatic Colors of #2FB903
Black with #2FB903
Text Example
Text Example
White with #2FB903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB903; }
p { color: rgb(47,185,3); }
H1.HeaderClassName
{
color: #2FB903;
}
.AnyTagClassName
{
color: #2FB903;
}
</style>
background-color css
<style>
a { background-color: #2FB903; }
a { background-color: rgb(47,185,3); }
div.DivClassName
{
background-color: #2FB903;
}
.BgClassName
{
background-color: #2FB903;
}
</style>
border-color css
<style>
span { border-color: #2FB903; }
span { border-color: rgb(47,185,3); }
td.TdClassName
{
border-color: #2FB903;
}
.TagClassName
{
border-color: #2FB903;
}
</style>