Shades of Kelly Green #2FA40C
Tints of Kelly Green #2FA40C
RGB
CMYK
RGB Variations
Color information
#2FA40C (or 0x2FA40C) is known color: Kelly Green. HEX triplet: 2F, A4 and 0C. RGB value is (47,164,12). Sum of RGB (Red+Green+Blue) = 47+164+12=223 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.08% from 223); Green value is 164 (64.45% from 255 or 73.54% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 164 - color contains mainly: green. Hex color #2FA40C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FA40C is #D05BF3. Grayscale: #707070. Windows color (decimal): -13655028 or 828463. OLE color: 828463.
HSL color Cylindrical-coordinate representation of color #2FA40C: hue angle of 106.18º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2FA40C is Cyan = 0.71, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 47 | 164 | 12 | - |
| CMYK | 0.71 | 0 | 0.93 | 0.36 |
| HSL | 106.18º | 0.86% | 0.35% | - |
| HSV(B) | 106.18º | 0.93% | 0.64% | - |
| XYZ | 14.51 | 27.18 | 4.83 | - |
| YUV | 111.69 | 71.74 | 81.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 164 | 12 | 0.71 | 0 | 0.93 | 0.36 | 106.18 | 0.86 | 0.35 |
| Hex | 2F | A4 | C | 47 | 0 | 5D | 24 | 6A | 56 | 23 |
| Octal | 57 | 244 | 14 | 107 | 0 | 135 | 44 | 152 | 126 | 43 |
| Binary | 101111 | 10100100 | 1100 | 1000111 | 0 | 1011101 | 100100 | 1101010 | 1010110 | 100011 |
Color Harmonies of #2FA40C
Complementary color
Monochromatic Colors of #2FA40C
Black with #2FA40C
Text Example
Text Example
White with #2FA40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA40C; }
p { color: rgb(47,164,12); }
H1.HeaderClassName
{
color: #2FA40C;
}
.AnyTagClassName
{
color: #2FA40C;
}
</style>
background-color css
<style>
a { background-color: #2FA40C; }
a { background-color: rgb(47,164,12); }
div.DivClassName
{
background-color: #2FA40C;
}
.BgClassName
{
background-color: #2FA40C;
}
</style>
border-color css
<style>
span { border-color: #2FA40C; }
span { border-color: rgb(47,164,12); }
td.TdClassName
{
border-color: #2FA40C;
}
.TagClassName
{
border-color: #2FA40C;
}
</style>