Shades of Kelly Green #2FC513
Tints of Kelly Green #2FC513
RGB
CMYK
RGB Variations
Color information
#2FC513 (or 0x2FC513) is known color: Kelly Green. HEX triplet: 2F, C5 and 13. RGB value is (47,197,19). Sum of RGB (Red+Green+Blue) = 47+197+19=263 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.87% from 263); Green value is 197 (77.34% from 255 or 74.90% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 197 - color contains mainly: green. Hex color #2FC513 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC513 is #D03AEC. Grayscale: #848484. Windows color (decimal): -13646573 or 1295663. OLE color: 1295663.
HSL color Cylindrical-coordinate representation of color #2FC513: hue angle of 110.56º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2FC513 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 47 | 197 | 19 | - |
| CMYK | 0.76 | 0 | 0.90 | 0.23 |
| HSL | 110.56º | 0.82% | 0.42% | - |
| HSV(B) | 110.56º | 0.9% | 0.77% | - |
| XYZ | 21.26 | 40.58 | 7.33 | - |
| YUV | 131.86 | 64.31 | 67.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 197 | 19 | 0.76 | 0 | 0.90 | 0.23 | 110.56 | 0.82 | 0.42 |
| Hex | 2F | C5 | 13 | 4C | 0 | 5A | 17 | 6F | 52 | 2A |
| Octal | 57 | 305 | 23 | 114 | 0 | 132 | 27 | 157 | 122 | 52 |
| Binary | 101111 | 11000101 | 10011 | 1001100 | 0 | 1011010 | 10111 | 1101111 | 1010010 | 101010 |
Color Harmonies of #2FC513
Complementary color
Monochromatic Colors of #2FC513
Black with #2FC513
Text Example
Text Example
White with #2FC513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC513; }
p { color: rgb(47,197,19); }
H1.HeaderClassName
{
color: #2FC513;
}
.AnyTagClassName
{
color: #2FC513;
}
</style>
background-color css
<style>
a { background-color: #2FC513; }
a { background-color: rgb(47,197,19); }
div.DivClassName
{
background-color: #2FC513;
}
.BgClassName
{
background-color: #2FC513;
}
</style>
border-color css
<style>
span { border-color: #2FC513; }
span { border-color: rgb(47,197,19); }
td.TdClassName
{
border-color: #2FC513;
}
.TagClassName
{
border-color: #2FC513;
}
</style>