Shades of Kelly Green #2FC00A
Tints of Kelly Green #2FC00A
RGB
CMYK
RGB Variations
Color information
#2FC00A (or 0x2FC00A) is known color: Kelly Green. HEX triplet: 2F, C0 and 0A. RGB value is (47,192,10). Sum of RGB (Red+Green+Blue) = 47+192+10=249 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.88% from 249); Green value is 192 (75.39% from 255 or 77.11% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 192 - color contains mainly: green. Hex color #2FC00A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC00A is #D03FF5. Grayscale: #808080. Windows color (decimal): -13647862 or 704559. OLE color: 704559.
HSL color Cylindrical-coordinate representation of color #2FC00A: hue angle of 107.8º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2FC00A is Cyan = 0.76, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 192 | 10 | - |
| CMYK | 0.76 | 0 | 0.95 | 0.25 |
| HSL | 107.8º | 0.9% | 0.4% | - |
| HSV(B) | 107.8º | 0.95% | 0.75% | - |
| XYZ | 20.08 | 38.33 | 6.63 | - |
| YUV | 127.9 | 61.46 | 70.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 192 | 10 | 0.76 | 0 | 0.95 | 0.25 | 107.8 | 0.9 | 0.4 |
| Hex | 2F | C0 | A | 4C | 0 | 5F | 19 | 6C | 5A | 28 |
| Octal | 57 | 300 | 12 | 114 | 0 | 137 | 31 | 154 | 132 | 50 |
| Binary | 101111 | 11000000 | 1010 | 1001100 | 0 | 1011111 | 11001 | 1101100 | 1011010 | 101000 |
Color Harmonies of #2FC00A
Complementary color
Monochromatic Colors of #2FC00A
Black with #2FC00A
Text Example
Text Example
White with #2FC00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC00A; }
p { color: rgb(47,192,10); }
H1.HeaderClassName
{
color: #2FC00A;
}
.AnyTagClassName
{
color: #2FC00A;
}
</style>
background-color css
<style>
a { background-color: #2FC00A; }
a { background-color: rgb(47,192,10); }
div.DivClassName
{
background-color: #2FC00A;
}
.BgClassName
{
background-color: #2FC00A;
}
</style>
border-color css
<style>
span { border-color: #2FC00A; }
span { border-color: rgb(47,192,10); }
td.TdClassName
{
border-color: #2FC00A;
}
.TagClassName
{
border-color: #2FC00A;
}
</style>