Shades of Lime Green #2FF122
Tints of Lime Green #2FF122
RGB
CMYK
RGB Variations
Color information
#2FF122 (or 0x2FF122) is known color: Lime Green. HEX triplet: 2F, F1 and 22. RGB value is (47,241,34). Sum of RGB (Red+Green+Blue) = 47+241+34=322 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.60% from 322); Green value is 241 (94.53% from 255 or 74.84% from 322); Blue value is 34 (13.67% from 255 or 10.56% from 322); Max value from RGB is 241 - color contains mainly: green. Hex color #2FF122 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF122 is #D00EDD. Grayscale: #A0A0A0. Windows color (decimal): -13635294 or 2289967. OLE color: 2289967.
HSL color Cylindrical-coordinate representation of color #2FF122: hue angle of 116.23º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2FF122 is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 241 | 34 | - |
| CMYK | 0.80 | 0 | 0.86 | 0.05 |
| HSL | 116.23º | 0.88% | 0.54% | - |
| HSV(B) | 116.23º | 0.86% | 0.95% | - |
| XYZ | 32.92 | 63.63 | 12.06 | - |
| YUV | 159.4 | 57.23 | 47.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 241 | 34 | 0.80 | 0 | 0.86 | 0.05 | 116.23 | 0.88 | 0.54 |
| Hex | 2F | F1 | 22 | 50 | 0 | 56 | 5 | 74 | 58 | 36 |
| Octal | 57 | 361 | 42 | 120 | 0 | 126 | 5 | 164 | 130 | 66 |
| Binary | 101111 | 11110001 | 100010 | 1010000 | 0 | 1010110 | 101 | 1110100 | 1011000 | 110110 |
Color Harmonies of #2FF122
Complementary color
Monochromatic Colors of #2FF122
Black with #2FF122
Text Example
Text Example
White with #2FF122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF122; }
p { color: rgb(47,241,34); }
H1.HeaderClassName
{
color: #2FF122;
}
.AnyTagClassName
{
color: #2FF122;
}
</style>
background-color css
<style>
a { background-color: #2FF122; }
a { background-color: rgb(47,241,34); }
div.DivClassName
{
background-color: #2FF122;
}
.BgClassName
{
background-color: #2FF122;
}
</style>
border-color css
<style>
span { border-color: #2FF122; }
span { border-color: rgb(47,241,34); }
td.TdClassName
{
border-color: #2FF122;
}
.TagClassName
{
border-color: #2FF122;
}
</style>