Shades of Kelly Green #2FCF0E
Tints of Kelly Green #2FCF0E
RGB
CMYK
RGB Variations
Color information
#2FCF0E (or 0x2FCF0E) is known color: Kelly Green. HEX triplet: 2F, CF and 0E. RGB value is (47,207,14). Sum of RGB (Red+Green+Blue) = 47+207+14=268 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.54% from 268); Green value is 207 (81.25% from 255 or 77.24% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 207 - color contains mainly: green. Hex color #2FCF0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FCF0E is #D030F1. Grayscale: #898989. Windows color (decimal): -13644018 or 970543. OLE color: 970543.
HSL color Cylindrical-coordinate representation of color #2FCF0E: hue angle of 109.74º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2FCF0E is Cyan = 0.77, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 207 | 14 | - |
| CMYK | 0.77 | 0 | 0.93 | 0.19 |
| HSL | 109.74º | 0.87% | 0.43% | - |
| HSV(B) | 109.74º | 0.93% | 0.81% | - |
| XYZ | 23.56 | 45.26 | 7.91 | - |
| YUV | 137.16 | 58.49 | 63.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 207 | 14 | 0.77 | 0 | 0.93 | 0.19 | 109.74 | 0.87 | 0.43 |
| Hex | 2F | CF | E | 4D | 0 | 5D | 13 | 6E | 57 | 2B |
| Octal | 57 | 317 | 16 | 115 | 0 | 135 | 23 | 156 | 127 | 53 |
| Binary | 101111 | 11001111 | 1110 | 1001101 | 0 | 1011101 | 10011 | 1101110 | 1010111 | 101011 |
Color Harmonies of #2FCF0E
Complementary color
Monochromatic Colors of #2FCF0E
Black with #2FCF0E
Text Example
Text Example
White with #2FCF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCF0E; }
p { color: rgb(47,207,14); }
H1.HeaderClassName
{
color: #2FCF0E;
}
.AnyTagClassName
{
color: #2FCF0E;
}
</style>
background-color css
<style>
a { background-color: #2FCF0E; }
a { background-color: rgb(47,207,14); }
div.DivClassName
{
background-color: #2FCF0E;
}
.BgClassName
{
background-color: #2FCF0E;
}
</style>
border-color css
<style>
span { border-color: #2FCF0E; }
span { border-color: rgb(47,207,14); }
td.TdClassName
{
border-color: #2FCF0E;
}
.TagClassName
{
border-color: #2FCF0E;
}
</style>