Shades of Lime Green #2FD74A
Tints of Lime Green #2FD74A
RGB
CMYK
RGB Variations
Color information
#2FD74A (or 0x2FD74A) is known color: Lime Green. HEX triplet: 2F, D7 and 4A. RGB value is (47,215,74). Sum of RGB (Red+Green+Blue) = 47+215+74=336 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.99% from 336); Green value is 215 (84.38% from 255 or 63.99% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 215 - color contains mainly: green. Hex color #2FD74A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD74A is #D028B5. Grayscale: #959595. Windows color (decimal): -13641910 or 4904751. OLE color: 4904751.
HSL color Cylindrical-coordinate representation of color #2FD74A: hue angle of 129.64º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD74A is Cyan = 0.78, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 215 | 74 | - |
| CMYK | 0.78 | 0 | 0.66 | 0.16 |
| HSL | 129.64º | 0.68% | 0.51% | - |
| HSV(B) | 129.64º | 0.78% | 0.84% | - |
| XYZ | 26.71 | 49.7 | 14.66 | - |
| YUV | 148.69 | 85.84 | 55.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 215 | 74 | 0.78 | 0 | 0.66 | 0.16 | 129.64 | 0.68 | 0.51 |
| Hex | 2F | D7 | 4A | 4E | 0 | 42 | 10 | 82 | 44 | 33 |
| Octal | 57 | 327 | 112 | 116 | 0 | 102 | 20 | 202 | 104 | 63 |
| Binary | 101111 | 11010111 | 1001010 | 1001110 | 0 | 1000010 | 10000 | 10000010 | 1000100 | 110011 |
Color Harmonies of #2FD74A
Complementary color
Monochromatic Colors of #2FD74A
Black with #2FD74A
Text Example
Text Example
White with #2FD74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD74A; }
p { color: rgb(47,215,74); }
H1.HeaderClassName
{
color: #2FD74A;
}
.AnyTagClassName
{
color: #2FD74A;
}
</style>
background-color css
<style>
a { background-color: #2FD74A; }
a { background-color: rgb(47,215,74); }
div.DivClassName
{
background-color: #2FD74A;
}
.BgClassName
{
background-color: #2FD74A;
}
</style>
border-color css
<style>
span { border-color: #2FD74A; }
span { border-color: rgb(47,215,74); }
td.TdClassName
{
border-color: #2FD74A;
}
.TagClassName
{
border-color: #2FD74A;
}
</style>