Shades of Lime Green #2FF846
Tints of Lime Green #2FF846
RGB
CMYK
RGB Variations
Color information
#2FF846 (or 0x2FF846) is known color: Lime Green. HEX triplet: 2F, F8 and 46. RGB value is (47,248,70). Sum of RGB (Red+Green+Blue) = 47+248+70=365 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.88% from 365); Green value is 248 (97.27% from 255 or 67.95% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 248 - color contains mainly: green. Hex color #2FF846 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF846 is #D007B9. Grayscale: #A8A8A8. Windows color (decimal): -13633466 or 4651055. OLE color: 4651055.
HSL color Cylindrical-coordinate representation of color #2FF846: hue angle of 126.87º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF846 is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 47 | 248 | 70 | - |
| CMYK | 0.81 | 0 | 0.72 | 0.03 |
| HSL | 126.87º | 0.93% | 0.58% | - |
| HSV(B) | 126.87º | 0.81% | 0.97% | - |
| XYZ | 35.85 | 68.18 | 17.07 | - |
| YUV | 167.61 | 72.91 | 41.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 248 | 70 | 0.81 | 0 | 0.72 | 0.03 | 126.87 | 0.93 | 0.58 |
| Hex | 2F | F8 | 46 | 51 | 0 | 48 | 3 | 7F | 5D | 3A |
| Octal | 57 | 370 | 106 | 121 | 0 | 110 | 3 | 177 | 135 | 72 |
| Binary | 101111 | 11111000 | 1000110 | 1010001 | 0 | 1001000 | 11 | 1111111 | 1011101 | 111010 |
Color Harmonies of #2FF846
Complementary color
Monochromatic Colors of #2FF846
Black with #2FF846
Text Example
Text Example
White with #2FF846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF846; }
p { color: rgb(47,248,70); }
H1.HeaderClassName
{
color: #2FF846;
}
.AnyTagClassName
{
color: #2FF846;
}
</style>
background-color css
<style>
a { background-color: #2FF846; }
a { background-color: rgb(47,248,70); }
div.DivClassName
{
background-color: #2FF846;
}
.BgClassName
{
background-color: #2FF846;
}
</style>
border-color css
<style>
span { border-color: #2FF846; }
span { border-color: rgb(47,248,70); }
td.TdClassName
{
border-color: #2FF846;
}
.TagClassName
{
border-color: #2FF846;
}
</style>