Shades of Kelly Green #2FA90F
Tints of Kelly Green #2FA90F
RGB
CMYK
RGB Variations
Color information
#2FA90F (or 0x2FA90F) is known color: Kelly Green. HEX triplet: 2F, A9 and 0F. RGB value is (47,169,15). Sum of RGB (Red+Green+Blue) = 47+169+15=231 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.35% from 231); Green value is 169 (66.41% from 255 or 73.16% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 169 - color contains mainly: green. Hex color #2FA90F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FA90F is #D056F0. Grayscale: #737373. Windows color (decimal): -13653745 or 1026351. OLE color: 1026351.
HSL color Cylindrical-coordinate representation of color #2FA90F: hue angle of 107.53º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2FA90F is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 47 | 169 | 15 | - |
| CMYK | 0.72 | 0 | 0.91 | 0.34 |
| HSL | 107.53º | 0.84% | 0.36% | - |
| HSV(B) | 107.53º | 0.91% | 0.66% | - |
| XYZ | 15.45 | 29.01 | 5.24 | - |
| YUV | 114.97 | 71.58 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 169 | 15 | 0.72 | 0 | 0.91 | 0.34 | 107.53 | 0.84 | 0.36 |
| Hex | 2F | A9 | F | 48 | 0 | 5B | 22 | 6C | 54 | 24 |
| Octal | 57 | 251 | 17 | 110 | 0 | 133 | 42 | 154 | 124 | 44 |
| Binary | 101111 | 10101001 | 1111 | 1001000 | 0 | 1011011 | 100010 | 1101100 | 1010100 | 100100 |
Color Harmonies of #2FA90F
Complementary color
Monochromatic Colors of #2FA90F
Black with #2FA90F
Text Example
Text Example
White with #2FA90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA90F; }
p { color: rgb(47,169,15); }
H1.HeaderClassName
{
color: #2FA90F;
}
.AnyTagClassName
{
color: #2FA90F;
}
</style>
background-color css
<style>
a { background-color: #2FA90F; }
a { background-color: rgb(47,169,15); }
div.DivClassName
{
background-color: #2FA90F;
}
.BgClassName
{
background-color: #2FA90F;
}
</style>
border-color css
<style>
span { border-color: #2FA90F; }
span { border-color: rgb(47,169,15); }
td.TdClassName
{
border-color: #2FA90F;
}
.TagClassName
{
border-color: #2FA90F;
}
</style>