Shades of Lime Green #2FD72C
Tints of Lime Green #2FD72C
RGB
CMYK
RGB Variations
Color information
#2FD72C (or 0x2FD72C) is known color: Lime Green. HEX triplet: 2F, D7 and 2C. RGB value is (47,215,44). Sum of RGB (Red+Green+Blue) = 47+215+44=306 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.36% from 306); Green value is 215 (84.38% from 255 or 70.26% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 215 - color contains mainly: green. Hex color #2FD72C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD72C is #D028D3. Grayscale: #919191. Windows color (decimal): -13641940 or 2938671. OLE color: 2938671.
HSL color Cylindrical-coordinate representation of color #2FD72C: hue angle of 118.95º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FD72C is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 215 | 44 | - |
| CMYK | 0.78 | 0 | 0.80 | 0.16 |
| HSL | 118.95º | 0.68% | 0.51% | - |
| HSV(B) | 118.95º | 0.8% | 0.84% | - |
| XYZ | 25.93 | 49.39 | 10.55 | - |
| YUV | 145.27 | 70.84 | 57.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 215 | 44 | 0.78 | 0 | 0.80 | 0.16 | 118.95 | 0.68 | 0.51 |
| Hex | 2F | D7 | 2C | 4E | 0 | 50 | 10 | 77 | 44 | 33 |
| Octal | 57 | 327 | 54 | 116 | 0 | 120 | 20 | 167 | 104 | 63 |
| Binary | 101111 | 11010111 | 101100 | 1001110 | 0 | 1010000 | 10000 | 1110111 | 1000100 | 110011 |
Color Harmonies of #2FD72C
Complementary color
Monochromatic Colors of #2FD72C
Black with #2FD72C
Text Example
Text Example
White with #2FD72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD72C; }
p { color: rgb(47,215,44); }
H1.HeaderClassName
{
color: #2FD72C;
}
.AnyTagClassName
{
color: #2FD72C;
}
</style>
background-color css
<style>
a { background-color: #2FD72C; }
a { background-color: rgb(47,215,44); }
div.DivClassName
{
background-color: #2FD72C;
}
.BgClassName
{
background-color: #2FD72C;
}
</style>
border-color css
<style>
span { border-color: #2FD72C; }
span { border-color: rgb(47,215,44); }
td.TdClassName
{
border-color: #2FD72C;
}
.TagClassName
{
border-color: #2FD72C;
}
</style>