Shades of Lime Green #2FE942
Tints of Lime Green #2FE942
RGB
CMYK
RGB Variations
Color information
#2FE942 (or 0x2FE942) is known color: Lime Green. HEX triplet: 2F, E9 and 42. RGB value is (47,233,66). Sum of RGB (Red+Green+Blue) = 47+233+66=346 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.58% from 346); Green value is 233 (91.41% from 255 or 67.34% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 233 - color contains mainly: green. Hex color #2FE942 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FE942 is #D016BD. Grayscale: #9E9E9E. Windows color (decimal): -13637310 or 4385071. OLE color: 4385071.
HSL color Cylindrical-coordinate representation of color #2FE942: hue angle of 126.13º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE942 is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 233 | 66 | - |
| CMYK | 0.80 | 0 | 0.72 | 0.09 |
| HSL | 126.13º | 0.81% | 0.55% | - |
| HSV(B) | 126.13º | 0.8% | 0.91% | - |
| XYZ | 31.29 | 59.28 | 14.95 | - |
| YUV | 158.35 | 75.88 | 48.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 233 | 66 | 0.80 | 0 | 0.72 | 0.09 | 126.13 | 0.81 | 0.55 |
| Hex | 2F | E9 | 42 | 50 | 0 | 48 | 9 | 7E | 51 | 37 |
| Octal | 57 | 351 | 102 | 120 | 0 | 110 | 11 | 176 | 121 | 67 |
| Binary | 101111 | 11101001 | 1000010 | 1010000 | 0 | 1001000 | 1001 | 1111110 | 1010001 | 110111 |
Color Harmonies of #2FE942
Complementary color
Monochromatic Colors of #2FE942
Black with #2FE942
Text Example
Text Example
White with #2FE942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE942; }
p { color: rgb(47,233,66); }
H1.HeaderClassName
{
color: #2FE942;
}
.AnyTagClassName
{
color: #2FE942;
}
</style>
background-color css
<style>
a { background-color: #2FE942; }
a { background-color: rgb(47,233,66); }
div.DivClassName
{
background-color: #2FE942;
}
.BgClassName
{
background-color: #2FE942;
}
</style>
border-color css
<style>
span { border-color: #2FE942; }
span { border-color: rgb(47,233,66); }
td.TdClassName
{
border-color: #2FE942;
}
.TagClassName
{
border-color: #2FE942;
}
</style>