Shades of Kelly Green #2FAA00
Tints of Kelly Green #2FAA00
RGB
CMYK
RGB Variations
Color information
#2FAA00 (or 0x2FAA00) is known color: Kelly Green. HEX triplet: 2F, AA and 00. RGB value is (47,170,0). Sum of RGB (Red+Green+Blue) = 47+170+0=217 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.66% from 217); Green value is 170 (66.80% from 255 or 78.34% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 170 - color contains mainly: green. Hex color #2FAA00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FAA00 is #D055FF. Grayscale: #727272. Windows color (decimal): -13653504 or 43567. OLE color: 43567.
HSL color Cylindrical-coordinate representation of color #2FAA00: hue angle of 103.41º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2FAA00 is Cyan = 0.72, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 170 | 0 | - |
| CMYK | 0.72 | 0 | 1 | 0.33 |
| HSL | 103.41º | 1% | 0.33% | - |
| HSV(B) | 103.41º | 1% | 0.67% | - |
| XYZ | 15.55 | 29.35 | 4.85 | - |
| YUV | 113.84 | 63.75 | 80.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 170 | 0 | 0.72 | 0 | 1 | 0.33 | 103.41 | 1 | 0.33 |
| Hex | 2F | AA | 0 | 48 | 0 | 64 | 21 | 67 | 64 | 21 |
| Octal | 57 | 252 | 0 | 110 | 0 | 144 | 41 | 147 | 144 | 41 |
| Binary | 101111 | 10101010 | 0 | 1001000 | 0 | 1100100 | 100001 | 1100111 | 1100100 | 100001 |
Color Harmonies of #2FAA00
Complementary color
Monochromatic Colors of #2FAA00
Black with #2FAA00
Text Example
Text Example
White with #2FAA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAA00; }
p { color: rgb(47,170,0); }
H1.HeaderClassName
{
color: #2FAA00;
}
.AnyTagClassName
{
color: #2FAA00;
}
</style>
background-color css
<style>
a { background-color: #2FAA00; }
a { background-color: rgb(47,170,0); }
div.DivClassName
{
background-color: #2FAA00;
}
.BgClassName
{
background-color: #2FAA00;
}
</style>
border-color css
<style>
span { border-color: #2FAA00; }
span { border-color: rgb(47,170,0); }
td.TdClassName
{
border-color: #2FAA00;
}
.TagClassName
{
border-color: #2FAA00;
}
</style>