Shades of Kelly Green #2FB10C
Tints of Kelly Green #2FB10C
RGB
CMYK
RGB Variations
Color information
#2FB10C (or 0x2FB10C) is known color: Kelly Green. HEX triplet: 2F, B1 and 0C. RGB value is (47,177,12). Sum of RGB (Red+Green+Blue) = 47+177+12=236 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.92% from 236); Green value is 177 (69.53% from 255 or 75% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 177 - color contains mainly: green. Hex color #2FB10C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FB10C is #D04EF3. Grayscale: #777777. Windows color (decimal): -13651700 or 831791. OLE color: 831791.
HSL color Cylindrical-coordinate representation of color #2FB10C: hue angle of 107.27º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2FB10C is Cyan = 0.73, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 177 | 12 | - |
| CMYK | 0.73 | 0 | 0.93 | 0.31 |
| HSL | 107.27º | 0.87% | 0.37% | - |
| HSV(B) | 107.27º | 0.93% | 0.69% | - |
| XYZ | 16.96 | 32.08 | 5.65 | - |
| YUV | 119.32 | 67.43 | 76.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 177 | 12 | 0.73 | 0 | 0.93 | 0.31 | 107.27 | 0.87 | 0.37 |
| Hex | 2F | B1 | C | 49 | 0 | 5D | 1F | 6B | 57 | 25 |
| Octal | 57 | 261 | 14 | 111 | 0 | 135 | 37 | 153 | 127 | 45 |
| Binary | 101111 | 10110001 | 1100 | 1001001 | 0 | 1011101 | 11111 | 1101011 | 1010111 | 100101 |
Color Harmonies of #2FB10C
Complementary color
Monochromatic Colors of #2FB10C
Black with #2FB10C
Text Example
Text Example
White with #2FB10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB10C; }
p { color: rgb(47,177,12); }
H1.HeaderClassName
{
color: #2FB10C;
}
.AnyTagClassName
{
color: #2FB10C;
}
</style>
background-color css
<style>
a { background-color: #2FB10C; }
a { background-color: rgb(47,177,12); }
div.DivClassName
{
background-color: #2FB10C;
}
.BgClassName
{
background-color: #2FB10C;
}
</style>
border-color css
<style>
span { border-color: #2FB10C; }
span { border-color: rgb(47,177,12); }
td.TdClassName
{
border-color: #2FB10C;
}
.TagClassName
{
border-color: #2FB10C;
}
</style>