Shades of Kelly Green #2FAC04
Tints of Kelly Green #2FAC04
RGB
CMYK
RGB Variations
Color information
#2FAC04 (or 0x2FAC04) is known color: Kelly Green. HEX triplet: 2F, AC and 04. RGB value is (47,172,4). Sum of RGB (Red+Green+Blue) = 47+172+4=223 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.08% from 223); Green value is 172 (67.58% from 255 or 77.13% from 223); Blue value is 4 (1.95% from 255 or 1.79% from 223); Max value from RGB is 172 - color contains mainly: green. Hex color #2FAC04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FAC04 is #D053FB. Grayscale: #747474. Windows color (decimal): -13652988 or 306223. OLE color: 306223.
HSL color Cylindrical-coordinate representation of color #2FAC04: hue angle of 104.64º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2FAC04 is Cyan = 0.73, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 172 | 4 | - |
| CMYK | 0.73 | 0 | 0.98 | 0.33 |
| HSL | 104.64º | 0.95% | 0.35% | - |
| HSV(B) | 104.64º | 0.98% | 0.67% | - |
| XYZ | 15.95 | 30.12 | 5.09 | - |
| YUV | 115.47 | 65.09 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 172 | 4 | 0.73 | 0 | 0.98 | 0.33 | 104.64 | 0.95 | 0.35 |
| Hex | 2F | AC | 4 | 49 | 0 | 62 | 21 | 69 | 5F | 23 |
| Octal | 57 | 254 | 4 | 111 | 0 | 142 | 41 | 151 | 137 | 43 |
| Binary | 101111 | 10101100 | 100 | 1001001 | 0 | 1100010 | 100001 | 1101001 | 1011111 | 100011 |
Color Harmonies of #2FAC04
Complementary color
Monochromatic Colors of #2FAC04
Black with #2FAC04
Text Example
Text Example
White with #2FAC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAC04; }
p { color: rgb(47,172,4); }
H1.HeaderClassName
{
color: #2FAC04;
}
.AnyTagClassName
{
color: #2FAC04;
}
</style>
background-color css
<style>
a { background-color: #2FAC04; }
a { background-color: rgb(47,172,4); }
div.DivClassName
{
background-color: #2FAC04;
}
.BgClassName
{
background-color: #2FAC04;
}
</style>
border-color css
<style>
span { border-color: #2FAC04; }
span { border-color: rgb(47,172,4); }
td.TdClassName
{
border-color: #2FAC04;
}
.TagClassName
{
border-color: #2FAC04;
}
</style>