Shades of Kelly Green #2FC013
Tints of Kelly Green #2FC013
RGB
CMYK
RGB Variations
Color information
#2FC013 (or 0x2FC013) is known color: Kelly Green. HEX triplet: 2F, C0 and 13. RGB value is (47,192,19). Sum of RGB (Red+Green+Blue) = 47+192+19=258 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.22% from 258); Green value is 192 (75.39% from 255 or 74.42% from 258); Blue value is 19 (7.81% from 255 or 7.36% from 258); Max value from RGB is 192 - color contains mainly: green. Hex color #2FC013 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC013 is #D03FEC. Grayscale: #818181. Windows color (decimal): -13647853 or 1294383. OLE color: 1294383.
HSL color Cylindrical-coordinate representation of color #2FC013: hue angle of 110.29º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2FC013 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 192 | 19 | - |
| CMYK | 0.76 | 0 | 0.90 | 0.25 |
| HSL | 110.29º | 0.82% | 0.41% | - |
| HSV(B) | 110.29º | 0.9% | 0.75% | - |
| XYZ | 20.14 | 38.35 | 6.96 | - |
| YUV | 128.92 | 65.96 | 69.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 192 | 19 | 0.76 | 0 | 0.90 | 0.25 | 110.29 | 0.82 | 0.41 |
| Hex | 2F | C0 | 13 | 4C | 0 | 5A | 19 | 6E | 52 | 29 |
| Octal | 57 | 300 | 23 | 114 | 0 | 132 | 31 | 156 | 122 | 51 |
| Binary | 101111 | 11000000 | 10011 | 1001100 | 0 | 1011010 | 11001 | 1101110 | 1010010 | 101001 |
Color Harmonies of #2FC013
Complementary color
Monochromatic Colors of #2FC013
Black with #2FC013
Text Example
Text Example
White with #2FC013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC013; }
p { color: rgb(47,192,19); }
H1.HeaderClassName
{
color: #2FC013;
}
.AnyTagClassName
{
color: #2FC013;
}
</style>
background-color css
<style>
a { background-color: #2FC013; }
a { background-color: rgb(47,192,19); }
div.DivClassName
{
background-color: #2FC013;
}
.BgClassName
{
background-color: #2FC013;
}
</style>
border-color css
<style>
span { border-color: #2FC013; }
span { border-color: rgb(47,192,19); }
td.TdClassName
{
border-color: #2FC013;
}
.TagClassName
{
border-color: #2FC013;
}
</style>