Shades of Kelly Green #2FC40E
Tints of Kelly Green #2FC40E
RGB
CMYK
RGB Variations
Color information
#2FC40E (or 0x2FC40E) is known color: Kelly Green. HEX triplet: 2F, C4 and 0E. RGB value is (47,196,14). Sum of RGB (Red+Green+Blue) = 47+196+14=257 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.29% from 257); Green value is 196 (76.95% from 255 or 76.26% from 257); Blue value is 14 (5.86% from 255 or 5.45% from 257); Max value from RGB is 196 - color contains mainly: green. Hex color #2FC40E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC40E is #D03BF1. Grayscale: #838383. Windows color (decimal): -13646834 or 967727. OLE color: 967727.
HSL color Cylindrical-coordinate representation of color #2FC40E: hue angle of 109.12º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2FC40E is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 47 | 196 | 14 | - |
| CMYK | 0.76 | 0 | 0.93 | 0.23 |
| HSL | 109.12º | 0.87% | 0.41% | - |
| HSV(B) | 109.12º | 0.93% | 0.77% | - |
| XYZ | 20.99 | 40.12 | 7.05 | - |
| YUV | 130.7 | 62.14 | 68.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 196 | 14 | 0.76 | 0 | 0.93 | 0.23 | 109.12 | 0.87 | 0.41 |
| Hex | 2F | C4 | E | 4C | 0 | 5D | 17 | 6D | 57 | 29 |
| Octal | 57 | 304 | 16 | 114 | 0 | 135 | 27 | 155 | 127 | 51 |
| Binary | 101111 | 11000100 | 1110 | 1001100 | 0 | 1011101 | 10111 | 1101101 | 1010111 | 101001 |
Color Harmonies of #2FC40E
Complementary color
Monochromatic Colors of #2FC40E
Black with #2FC40E
Text Example
Text Example
White with #2FC40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC40E; }
p { color: rgb(47,196,14); }
H1.HeaderClassName
{
color: #2FC40E;
}
.AnyTagClassName
{
color: #2FC40E;
}
</style>
background-color css
<style>
a { background-color: #2FC40E; }
a { background-color: rgb(47,196,14); }
div.DivClassName
{
background-color: #2FC40E;
}
.BgClassName
{
background-color: #2FC40E;
}
</style>
border-color css
<style>
span { border-color: #2FC40E; }
span { border-color: rgb(47,196,14); }
td.TdClassName
{
border-color: #2FC40E;
}
.TagClassName
{
border-color: #2FC40E;
}
</style>