Shades of Lime Green #2FD64A
Tints of Lime Green #2FD64A
RGB
CMYK
RGB Variations
Color information
#2FD64A (or 0x2FD64A) is known color: Lime Green. HEX triplet: 2F, D6 and 4A. RGB value is (47,214,74). Sum of RGB (Red+Green+Blue) = 47+214+74=335 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.03% from 335); Green value is 214 (83.98% from 255 or 63.88% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 214 - color contains mainly: green. Hex color #2FD64A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD64A is #D029B5. Grayscale: #949494. Windows color (decimal): -13642166 or 4904495. OLE color: 4904495.
HSL color Cylindrical-coordinate representation of color #2FD64A: hue angle of 129.7º degrees, saturation: 0.67, 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 #2FD64A is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 214 | 74 | - |
| CMYK | 0.78 | 0 | 0.65 | 0.16 |
| HSL | 129.7º | 0.67% | 0.51% | - |
| HSV(B) | 129.7º | 0.78% | 0.84% | - |
| XYZ | 26.45 | 49.19 | 14.58 | - |
| YUV | 148.11 | 86.17 | 55.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 214 | 74 | 0.78 | 0 | 0.65 | 0.16 | 129.7 | 0.67 | 0.51 |
| Hex | 2F | D6 | 4A | 4E | 0 | 41 | 10 | 82 | 43 | 33 |
| Octal | 57 | 326 | 112 | 116 | 0 | 101 | 20 | 202 | 103 | 63 |
| Binary | 101111 | 11010110 | 1001010 | 1001110 | 0 | 1000001 | 10000 | 10000010 | 1000011 | 110011 |
Color Harmonies of #2FD64A
Complementary color
Monochromatic Colors of #2FD64A
Black with #2FD64A
Text Example
Text Example
White with #2FD64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD64A; }
p { color: rgb(47,214,74); }
H1.HeaderClassName
{
color: #2FD64A;
}
.AnyTagClassName
{
color: #2FD64A;
}
</style>
background-color css
<style>
a { background-color: #2FD64A; }
a { background-color: rgb(47,214,74); }
div.DivClassName
{
background-color: #2FD64A;
}
.BgClassName
{
background-color: #2FD64A;
}
</style>
border-color css
<style>
span { border-color: #2FD64A; }
span { border-color: rgb(47,214,74); }
td.TdClassName
{
border-color: #2FD64A;
}
.TagClassName
{
border-color: #2FD64A;
}
</style>