Shades of Kelly Green #2FAA10
Tints of Kelly Green #2FAA10
RGB
CMYK
RGB Variations
Color information
#2FAA10 (or 0x2FAA10) is known color: Kelly Green. HEX triplet: 2F, AA and 10. RGB value is (47,170,16). Sum of RGB (Red+Green+Blue) = 47+170+16=233 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.17% from 233); Green value is 170 (66.80% from 255 or 72.96% from 233); Blue value is 16 (6.64% from 255 or 6.87% from 233); Max value from RGB is 170 - color contains mainly: green. Hex color #2FAA10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FAA10 is #D055EF. Grayscale: #747474. Windows color (decimal): -13653488 or 1092143. OLE color: 1092143.
HSL color Cylindrical-coordinate representation of color #2FAA10: hue angle of 107.92º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2FAA10 is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 170 | 16 | - |
| CMYK | 0.72 | 0 | 0.91 | 0.33 |
| HSL | 107.92º | 0.83% | 0.36% | - |
| HSV(B) | 107.92º | 0.91% | 0.67% | - |
| XYZ | 15.64 | 29.39 | 5.34 | - |
| YUV | 115.67 | 71.75 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 170 | 16 | 0.72 | 0 | 0.91 | 0.33 | 107.92 | 0.83 | 0.36 |
| Hex | 2F | AA | 10 | 48 | 0 | 5B | 21 | 6C | 53 | 24 |
| Octal | 57 | 252 | 20 | 110 | 0 | 133 | 41 | 154 | 123 | 44 |
| Binary | 101111 | 10101010 | 10000 | 1001000 | 0 | 1011011 | 100001 | 1101100 | 1010011 | 100100 |
Color Harmonies of #2FAA10
Complementary color
Monochromatic Colors of #2FAA10
Black with #2FAA10
Text Example
Text Example
White with #2FAA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAA10; }
p { color: rgb(47,170,16); }
H1.HeaderClassName
{
color: #2FAA10;
}
.AnyTagClassName
{
color: #2FAA10;
}
</style>
background-color css
<style>
a { background-color: #2FAA10; }
a { background-color: rgb(47,170,16); }
div.DivClassName
{
background-color: #2FAA10;
}
.BgClassName
{
background-color: #2FAA10;
}
</style>
border-color css
<style>
span { border-color: #2FAA10; }
span { border-color: rgb(47,170,16); }
td.TdClassName
{
border-color: #2FAA10;
}
.TagClassName
{
border-color: #2FAA10;
}
</style>