Shades of Lime Green #2FF222
Tints of Lime Green #2FF222
RGB
CMYK
RGB Variations
Color information
#2FF222 (or 0x2FF222) is known color: Lime Green. HEX triplet: 2F, F2 and 22. RGB value is (47,242,34). Sum of RGB (Red+Green+Blue) = 47+242+34=323 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.55% from 323); Green value is 242 (94.92% from 255 or 74.92% from 323); Blue value is 34 (13.67% from 255 or 10.53% from 323); Max value from RGB is 242 - color contains mainly: green. Hex color #2FF222 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF222 is #D00DDD. Grayscale: #A0A0A0. Windows color (decimal): -13635038 or 2290223. OLE color: 2290223.
HSL color Cylindrical-coordinate representation of color #2FF222: hue angle of 116.25º degrees, saturation: 0.89, 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 #2FF222 is Cyan = 0.81, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 242 | 34 | - |
| CMYK | 0.81 | 0 | 0.86 | 0.05 |
| HSL | 116.25º | 0.89% | 0.54% | - |
| HSV(B) | 116.25º | 0.86% | 0.95% | - |
| XYZ | 33.21 | 64.22 | 12.16 | - |
| YUV | 159.98 | 56.9 | 47.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 242 | 34 | 0.81 | 0 | 0.86 | 0.05 | 116.25 | 0.89 | 0.54 |
| Hex | 2F | F2 | 22 | 51 | 0 | 56 | 5 | 74 | 59 | 36 |
| Octal | 57 | 362 | 42 | 121 | 0 | 126 | 5 | 164 | 131 | 66 |
| Binary | 101111 | 11110010 | 100010 | 1010001 | 0 | 1010110 | 101 | 1110100 | 1011001 | 110110 |
Color Harmonies of #2FF222
Complementary color
Monochromatic Colors of #2FF222
Black with #2FF222
Text Example
Text Example
White with #2FF222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF222; }
p { color: rgb(47,242,34); }
H1.HeaderClassName
{
color: #2FF222;
}
.AnyTagClassName
{
color: #2FF222;
}
</style>
background-color css
<style>
a { background-color: #2FF222; }
a { background-color: rgb(47,242,34); }
div.DivClassName
{
background-color: #2FF222;
}
.BgClassName
{
background-color: #2FF222;
}
</style>
border-color css
<style>
span { border-color: #2FF222; }
span { border-color: rgb(47,242,34); }
td.TdClassName
{
border-color: #2FF222;
}
.TagClassName
{
border-color: #2FF222;
}
</style>