Shades of Lime Green #2FD42A
Tints of Lime Green #2FD42A
RGB
CMYK
RGB Variations
Color information
#2FD42A (or 0x2FD42A) is known color: Lime Green. HEX triplet: 2F, D4 and 2A. RGB value is (47,212,42). Sum of RGB (Red+Green+Blue) = 47+212+42=301 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.61% from 301); Green value is 212 (83.20% from 255 or 70.43% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 212 - color contains mainly: green. Hex color #2FD42A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD42A is #D02BD5. Grayscale: #8F8F8F. Windows color (decimal): -13642710 or 2806831. OLE color: 2806831.
HSL color Cylindrical-coordinate representation of color #2FD42A: hue angle of 118.24º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FD42A is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 47 | 212 | 42 | - |
| CMYK | 0.78 | 0 | 0.80 | 0.17 |
| HSL | 118.24º | 0.67% | 0.5% | - |
| HSV(B) | 118.24º | 0.8% | 0.83% | - |
| XYZ | 25.13 | 47.86 | 10.1 | - |
| YUV | 143.29 | 70.84 | 59.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 212 | 42 | 0.78 | 0 | 0.80 | 0.17 | 118.24 | 0.67 | 0.5 |
| Hex | 2F | D4 | 2A | 4E | 0 | 50 | 11 | 76 | 43 | 32 |
| Octal | 57 | 324 | 52 | 116 | 0 | 120 | 21 | 166 | 103 | 62 |
| Binary | 101111 | 11010100 | 101010 | 1001110 | 0 | 1010000 | 10001 | 1110110 | 1000011 | 110010 |
Color Harmonies of #2FD42A
Complementary color
Monochromatic Colors of #2FD42A
Black with #2FD42A
Text Example
Text Example
White with #2FD42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD42A; }
p { color: rgb(47,212,42); }
H1.HeaderClassName
{
color: #2FD42A;
}
.AnyTagClassName
{
color: #2FD42A;
}
</style>
background-color css
<style>
a { background-color: #2FD42A; }
a { background-color: rgb(47,212,42); }
div.DivClassName
{
background-color: #2FD42A;
}
.BgClassName
{
background-color: #2FD42A;
}
</style>
border-color css
<style>
span { border-color: #2FD42A; }
span { border-color: rgb(47,212,42); }
td.TdClassName
{
border-color: #2FD42A;
}
.TagClassName
{
border-color: #2FD42A;
}
</style>