Shades of Lime Green #2FFA47
Tints of Lime Green #2FFA47
RGB
CMYK
RGB Variations
Color information
#2FFA47 (or 0x2FFA47) is known color: Lime Green. HEX triplet: 2F, FA and 47. RGB value is (47,250,71). Sum of RGB (Red+Green+Blue) = 47+250+71=368 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.77% from 368); Green value is 250 (98.05% from 255 or 67.93% from 368); Blue value is 71 (28.12% from 255 or 19.29% from 368); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFA47 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFA47 is #D005B8. Grayscale: #A9A9A9. Windows color (decimal): -13632953 or 4717103. OLE color: 4717103.
HSL color Cylindrical-coordinate representation of color #2FFA47: hue angle of 127.09º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFA47 is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 250 | 71 | - |
| CMYK | 0.81 | 0 | 0.72 | 0.02 |
| HSL | 127.09º | 0.95% | 0.58% | - |
| HSV(B) | 127.09º | 0.81% | 0.98% | - |
| XYZ | 36.5 | 69.43 | 17.44 | - |
| YUV | 168.9 | 72.75 | 41.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 250 | 71 | 0.81 | 0 | 0.72 | 0.02 | 127.09 | 0.95 | 0.58 |
| Hex | 2F | FA | 47 | 51 | 0 | 48 | 2 | 7F | 5F | 3A |
| Octal | 57 | 372 | 107 | 121 | 0 | 110 | 2 | 177 | 137 | 72 |
| Binary | 101111 | 11111010 | 1000111 | 1010001 | 0 | 1001000 | 10 | 1111111 | 1011111 | 111010 |
Color Harmonies of #2FFA47
Complementary color
Monochromatic Colors of #2FFA47
Black with #2FFA47
Text Example
Text Example
White with #2FFA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFA47; }
p { color: rgb(47,250,71); }
H1.HeaderClassName
{
color: #2FFA47;
}
.AnyTagClassName
{
color: #2FFA47;
}
</style>
background-color css
<style>
a { background-color: #2FFA47; }
a { background-color: rgb(47,250,71); }
div.DivClassName
{
background-color: #2FFA47;
}
.BgClassName
{
background-color: #2FFA47;
}
</style>
border-color css
<style>
span { border-color: #2FFA47; }
span { border-color: rgb(47,250,71); }
td.TdClassName
{
border-color: #2FFA47;
}
.TagClassName
{
border-color: #2FFA47;
}
</style>