Shades of Kelly Green #2FB700
Tints of Kelly Green #2FB700
RGB
CMYK
RGB Variations
Color information
#2FB700 (or 0x2FB700) is known color: Kelly Green. HEX triplet: 2F, B7 and 00. RGB value is (47,183,0). Sum of RGB (Red+Green+Blue) = 47+183+0=230 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.43% from 230); Green value is 183 (71.88% from 255 or 79.57% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 183 - color contains mainly: green. Hex color #2FB700 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FB700 is #D048FF. Grayscale: #7A7A7A. Windows color (decimal): -13650176 or 46895. OLE color: 46895.
HSL color Cylindrical-coordinate representation of color #2FB700: hue angle of 104.59º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2FB700 is Cyan = 0.74, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 47 | 183 | 0 | - |
| CMYK | 0.74 | 0 | 1 | 0.28 |
| HSL | 104.59º | 1% | 0.36% | - |
| HSV(B) | 104.59º | 1% | 0.72% | - |
| XYZ | 18.11 | 34.47 | 5.7 | - |
| YUV | 121.47 | 59.44 | 74.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 183 | 0 | 0.74 | 0 | 1 | 0.28 | 104.59 | 1 | 0.36 |
| Hex | 2F | B7 | 0 | 4A | 0 | 64 | 1C | 69 | 64 | 24 |
| Octal | 57 | 267 | 0 | 112 | 0 | 144 | 34 | 151 | 144 | 44 |
| Binary | 101111 | 10110111 | 0 | 1001010 | 0 | 1100100 | 11100 | 1101001 | 1100100 | 100100 |
Color Harmonies of #2FB700
Complementary color
Monochromatic Colors of #2FB700
Black with #2FB700
Text Example
Text Example
White with #2FB700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB700; }
p { color: rgb(47,183,0); }
H1.HeaderClassName
{
color: #2FB700;
}
.AnyTagClassName
{
color: #2FB700;
}
</style>
background-color css
<style>
a { background-color: #2FB700; }
a { background-color: rgb(47,183,0); }
div.DivClassName
{
background-color: #2FB700;
}
.BgClassName
{
background-color: #2FB700;
}
</style>
border-color css
<style>
span { border-color: #2FB700; }
span { border-color: rgb(47,183,0); }
td.TdClassName
{
border-color: #2FB700;
}
.TagClassName
{
border-color: #2FB700;
}
</style>