Shades of Kelly Green #2FAA01
Tints of Kelly Green #2FAA01
RGB
CMYK
RGB Variations
Color information
#2FAA01 (or 0x2FAA01) is known color: Kelly Green. HEX triplet: 2F, AA and 01. RGB value is (47,170,1). Sum of RGB (Red+Green+Blue) = 47+170+1=218 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.56% from 218); Green value is 170 (66.80% from 255 or 77.98% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 170 - color contains mainly: green. Hex color #2FAA01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FAA01 is #D055FE. Grayscale: #727272. Windows color (decimal): -13653503 or 109103. OLE color: 109103.
HSL color Cylindrical-coordinate representation of color #2FAA01: hue angle of 103.67º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2FAA01 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 170 | 1 | - |
| CMYK | 0.72 | 0 | 0.99 | 0.33 |
| HSL | 103.67º | 0.99% | 0.34% | - |
| HSV(B) | 103.67º | 0.99% | 0.67% | - |
| XYZ | 15.55 | 29.36 | 4.88 | - |
| YUV | 113.96 | 64.25 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 170 | 1 | 0.72 | 0 | 0.99 | 0.33 | 103.67 | 0.99 | 0.34 |
| Hex | 2F | AA | 1 | 48 | 0 | 63 | 21 | 68 | 63 | 22 |
| Octal | 57 | 252 | 1 | 110 | 0 | 143 | 41 | 150 | 143 | 42 |
| Binary | 101111 | 10101010 | 1 | 1001000 | 0 | 1100011 | 100001 | 1101000 | 1100011 | 100010 |
Color Harmonies of #2FAA01
Complementary color
Monochromatic Colors of #2FAA01
Black with #2FAA01
Text Example
Text Example
White with #2FAA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAA01; }
p { color: rgb(47,170,1); }
H1.HeaderClassName
{
color: #2FAA01;
}
.AnyTagClassName
{
color: #2FAA01;
}
</style>
background-color css
<style>
a { background-color: #2FAA01; }
a { background-color: rgb(47,170,1); }
div.DivClassName
{
background-color: #2FAA01;
}
.BgClassName
{
background-color: #2FAA01;
}
</style>
border-color css
<style>
span { border-color: #2FAA01; }
span { border-color: rgb(47,170,1); }
td.TdClassName
{
border-color: #2FAA01;
}
.TagClassName
{
border-color: #2FAA01;
}
</style>