Shades of Kelly Green #2FCF0A
Tints of Kelly Green #2FCF0A
RGB
CMYK
RGB Variations
Color information
#2FCF0A (or 0x2FCF0A) is known color: Kelly Green. HEX triplet: 2F, CF and 0A. RGB value is (47,207,10). Sum of RGB (Red+Green+Blue) = 47+207+10=264 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.80% from 264); Green value is 207 (81.25% from 255 or 78.41% from 264); Blue value is 10 (4.30% from 255 or 3.79% from 264); Max value from RGB is 207 - color contains mainly: green. Hex color #2FCF0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FCF0A is #D030F5. Grayscale: #898989. Windows color (decimal): -13644022 or 708399. OLE color: 708399.
HSL color Cylindrical-coordinate representation of color #2FCF0A: hue angle of 108.73º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2FCF0A is Cyan = 0.77, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 207 | 10 | - |
| CMYK | 0.77 | 0 | 0.95 | 0.19 |
| HSL | 108.73º | 0.91% | 0.43% | - |
| HSV(B) | 108.73º | 0.95% | 0.81% | - |
| XYZ | 23.54 | 45.25 | 7.78 | - |
| YUV | 136.7 | 56.49 | 64.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 207 | 10 | 0.77 | 0 | 0.95 | 0.19 | 108.73 | 0.91 | 0.43 |
| Hex | 2F | CF | A | 4D | 0 | 5F | 13 | 6D | 5B | 2B |
| Octal | 57 | 317 | 12 | 115 | 0 | 137 | 23 | 155 | 133 | 53 |
| Binary | 101111 | 11001111 | 1010 | 1001101 | 0 | 1011111 | 10011 | 1101101 | 1011011 | 101011 |
Color Harmonies of #2FCF0A
Complementary color
Monochromatic Colors of #2FCF0A
Black with #2FCF0A
Text Example
Text Example
White with #2FCF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCF0A; }
p { color: rgb(47,207,10); }
H1.HeaderClassName
{
color: #2FCF0A;
}
.AnyTagClassName
{
color: #2FCF0A;
}
</style>
background-color css
<style>
a { background-color: #2FCF0A; }
a { background-color: rgb(47,207,10); }
div.DivClassName
{
background-color: #2FCF0A;
}
.BgClassName
{
background-color: #2FCF0A;
}
</style>
border-color css
<style>
span { border-color: #2FCF0A; }
span { border-color: rgb(47,207,10); }
td.TdClassName
{
border-color: #2FCF0A;
}
.TagClassName
{
border-color: #2FCF0A;
}
</style>