Shades of Kelly Green #2FA504
Tints of Kelly Green #2FA504
RGB
CMYK
RGB Variations
Color information
#2FA504 (or 0x2FA504) is known color: Kelly Green. HEX triplet: 2F, A5 and 04. RGB value is (47,165,4). Sum of RGB (Red+Green+Blue) = 47+165+4=216 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.76% from 216); Green value is 165 (64.84% from 255 or 76.39% from 216); Blue value is 4 (1.95% from 255 or 1.85% from 216); Max value from RGB is 165 - color contains mainly: green. Hex color #2FA504 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FA504 is #D05AFB. Grayscale: #6F6F6F. Windows color (decimal): -13654780 or 304431. OLE color: 304431.
HSL color Cylindrical-coordinate representation of color #2FA504: hue angle of 103.98º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2FA504 is Cyan = 0.72, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 47 | 165 | 4 | - |
| CMYK | 0.72 | 0 | 0.98 | 0.35 |
| HSL | 103.98º | 0.95% | 0.33% | - |
| HSV(B) | 103.98º | 0.98% | 0.65% | - |
| XYZ | 14.65 | 27.52 | 4.66 | - |
| YUV | 111.36 | 67.41 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 165 | 4 | 0.72 | 0 | 0.98 | 0.35 | 103.98 | 0.95 | 0.33 |
| Hex | 2F | A5 | 4 | 48 | 0 | 62 | 23 | 68 | 5F | 21 |
| Octal | 57 | 245 | 4 | 110 | 0 | 142 | 43 | 150 | 137 | 41 |
| Binary | 101111 | 10100101 | 100 | 1001000 | 0 | 1100010 | 100011 | 1101000 | 1011111 | 100001 |
Color Harmonies of #2FA504
Complementary color
Monochromatic Colors of #2FA504
Black with #2FA504
Text Example
Text Example
White with #2FA504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA504; }
p { color: rgb(47,165,4); }
H1.HeaderClassName
{
color: #2FA504;
}
.AnyTagClassName
{
color: #2FA504;
}
</style>
background-color css
<style>
a { background-color: #2FA504; }
a { background-color: rgb(47,165,4); }
div.DivClassName
{
background-color: #2FA504;
}
.BgClassName
{
background-color: #2FA504;
}
</style>
border-color css
<style>
span { border-color: #2FA504; }
span { border-color: rgb(47,165,4); }
td.TdClassName
{
border-color: #2FA504;
}
.TagClassName
{
border-color: #2FA504;
}
</style>