Shades of Kelly Green #2FB00B
Tints of Kelly Green #2FB00B
RGB
CMYK
RGB Variations
Color information
#2FB00B (or 0x2FB00B) is known color: Kelly Green. HEX triplet: 2F, B0 and 0B. RGB value is (47,176,11). Sum of RGB (Red+Green+Blue) = 47+176+11=234 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.09% from 234); Green value is 176 (69.14% from 255 or 75.21% from 234); Blue value is 11 (4.69% from 255 or 4.70% from 234); Max value from RGB is 176 - color contains mainly: green. Hex color #2FB00B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FB00B is #D04FF4. Grayscale: #777777. Windows color (decimal): -13651957 or 765999. OLE color: 765999.
HSL color Cylindrical-coordinate representation of color #2FB00B: hue angle of 106.91º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2FB00B is Cyan = 0.73, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 176 | 11 | - |
| CMYK | 0.73 | 0 | 0.94 | 0.31 |
| HSL | 106.91º | 0.88% | 0.37% | - |
| HSV(B) | 106.91º | 0.94% | 0.69% | - |
| XYZ | 16.76 | 31.68 | 5.55 | - |
| YUV | 118.62 | 67.26 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 176 | 11 | 0.73 | 0 | 0.94 | 0.31 | 106.91 | 0.88 | 0.37 |
| Hex | 2F | B0 | B | 49 | 0 | 5E | 1F | 6B | 58 | 25 |
| Octal | 57 | 260 | 13 | 111 | 0 | 136 | 37 | 153 | 130 | 45 |
| Binary | 101111 | 10110000 | 1011 | 1001001 | 0 | 1011110 | 11111 | 1101011 | 1011000 | 100101 |
Color Harmonies of #2FB00B
Complementary color
Monochromatic Colors of #2FB00B
Black with #2FB00B
Text Example
Text Example
White with #2FB00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB00B; }
p { color: rgb(47,176,11); }
H1.HeaderClassName
{
color: #2FB00B;
}
.AnyTagClassName
{
color: #2FB00B;
}
</style>
background-color css
<style>
a { background-color: #2FB00B; }
a { background-color: rgb(47,176,11); }
div.DivClassName
{
background-color: #2FB00B;
}
.BgClassName
{
background-color: #2FB00B;
}
</style>
border-color css
<style>
span { border-color: #2FB00B; }
span { border-color: rgb(47,176,11); }
td.TdClassName
{
border-color: #2FB00B;
}
.TagClassName
{
border-color: #2FB00B;
}
</style>