Shades of Kelly Green #2FC413
Tints of Kelly Green #2FC413
RGB
CMYK
RGB Variations
Color information
#2FC413 (or 0x2FC413) is known color: Kelly Green. HEX triplet: 2F, C4 and 13. RGB value is (47,196,19). Sum of RGB (Red+Green+Blue) = 47+196+19=262 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.94% from 262); Green value is 196 (76.95% from 255 or 74.81% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 196 - color contains mainly: green. Hex color #2FC413 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC413 is #D03BEC. Grayscale: #838383. Windows color (decimal): -13646829 or 1295407. OLE color: 1295407.
HSL color Cylindrical-coordinate representation of color #2FC413: hue angle of 110.51º 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 #2FC413 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 47 | 196 | 19 | - |
| CMYK | 0.76 | 0 | 0.90 | 0.23 |
| HSL | 110.51º | 0.82% | 0.42% | - |
| HSV(B) | 110.51º | 0.9% | 0.77% | - |
| XYZ | 21.03 | 40.13 | 7.25 | - |
| YUV | 131.27 | 64.64 | 67.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 196 | 19 | 0.76 | 0 | 0.90 | 0.23 | 110.51 | 0.82 | 0.42 |
| Hex | 2F | C4 | 13 | 4C | 0 | 5A | 17 | 6F | 52 | 2A |
| Octal | 57 | 304 | 23 | 114 | 0 | 132 | 27 | 157 | 122 | 52 |
| Binary | 101111 | 11000100 | 10011 | 1001100 | 0 | 1011010 | 10111 | 1101111 | 1010010 | 101010 |
Color Harmonies of #2FC413
Complementary color
Monochromatic Colors of #2FC413
Black with #2FC413
Text Example
Text Example
White with #2FC413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC413; }
p { color: rgb(47,196,19); }
H1.HeaderClassName
{
color: #2FC413;
}
.AnyTagClassName
{
color: #2FC413;
}
</style>
background-color css
<style>
a { background-color: #2FC413; }
a { background-color: rgb(47,196,19); }
div.DivClassName
{
background-color: #2FC413;
}
.BgClassName
{
background-color: #2FC413;
}
</style>
border-color css
<style>
span { border-color: #2FC413; }
span { border-color: rgb(47,196,19); }
td.TdClassName
{
border-color: #2FC413;
}
.TagClassName
{
border-color: #2FC413;
}
</style>