Shades of Lime Green #2FE22A
Tints of Lime Green #2FE22A
RGB
CMYK
RGB Variations
Color information
#2FE22A (or 0x2FE22A) is known color: Lime Green. HEX triplet: 2F, E2 and 2A. RGB value is (47,226,42). Sum of RGB (Red+Green+Blue) = 47+226+42=315 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.92% from 315); Green value is 226 (88.67% from 255 or 71.75% from 315); Blue value is 42 (16.80% from 255 or 13.33% from 315); Max value from RGB is 226 - color contains mainly: green. Hex color #2FE22A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE22A is #D01DD5. Grayscale: #989898. Windows color (decimal): -13639126 or 2810415. OLE color: 2810415.
HSL color Cylindrical-coordinate representation of color #2FE22A: hue angle of 118.37º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FE22A is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 47 | 226 | 42 | - |
| CMYK | 0.79 | 0 | 0.81 | 0.11 |
| HSL | 118.37º | 0.76% | 0.53% | - |
| HSV(B) | 118.37º | 0.81% | 0.89% | - |
| XYZ | 28.79 | 55.16 | 11.32 | - |
| YUV | 151.5 | 66.2 | 53.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 226 | 42 | 0.79 | 0 | 0.81 | 0.11 | 118.37 | 0.76 | 0.53 |
| Hex | 2F | E2 | 2A | 4F | 0 | 51 | B | 76 | 4C | 35 |
| Octal | 57 | 342 | 52 | 117 | 0 | 121 | 13 | 166 | 114 | 65 |
| Binary | 101111 | 11100010 | 101010 | 1001111 | 0 | 1010001 | 1011 | 1110110 | 1001100 | 110101 |
Color Harmonies of #2FE22A
Complementary color
Monochromatic Colors of #2FE22A
Black with #2FE22A
Text Example
Text Example
White with #2FE22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE22A; }
p { color: rgb(47,226,42); }
H1.HeaderClassName
{
color: #2FE22A;
}
.AnyTagClassName
{
color: #2FE22A;
}
</style>
background-color css
<style>
a { background-color: #2FE22A; }
a { background-color: rgb(47,226,42); }
div.DivClassName
{
background-color: #2FE22A;
}
.BgClassName
{
background-color: #2FE22A;
}
</style>
border-color css
<style>
span { border-color: #2FE22A; }
span { border-color: rgb(47,226,42); }
td.TdClassName
{
border-color: #2FE22A;
}
.TagClassName
{
border-color: #2FE22A;
}
</style>