Shades of Lime Green #1FE22F
Tints of Lime Green #1FE22F
RGB
CMYK
RGB Variations
Color information
#1FE22F (or 0x1FE22F) is known color: Lime Green. HEX triplet: 1F, E2 and 2F. RGB value is (31,226,47). Sum of RGB (Red+Green+Blue) = 31+226+47=304 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.20% from 304); Green value is 226 (88.67% from 255 or 74.34% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 226 - color contains mainly: green. Hex color #1FE22F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FE22F is #E01DD0. Grayscale: #939393. Windows color (decimal): -14687697 or 3138079. OLE color: 3138079.
HSL color Cylindrical-coordinate representation of color #1FE22F: hue angle of 124.92º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE22F is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 31 | 226 | 47 | - |
| CMYK | 0.86 | 0 | 0.79 | 0.11 |
| HSL | 124.92º | 0.77% | 0.5% | - |
| HSV(B) | 124.92º | 0.86% | 0.89% | - |
| XYZ | 28.27 | 54.89 | 11.79 | - |
| YUV | 147.29 | 71.4 | 45.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 226 | 47 | 0.86 | 0 | 0.79 | 0.11 | 124.92 | 0.77 | 0.5 |
| Hex | 1F | E2 | 2F | 56 | 0 | 4F | B | 7D | 4D | 32 |
| Octal | 37 | 342 | 57 | 126 | 0 | 117 | 13 | 175 | 115 | 62 |
| Binary | 11111 | 11100010 | 101111 | 1010110 | 0 | 1001111 | 1011 | 1111101 | 1001101 | 110010 |
Color Harmonies of #1FE22F
Complementary color
Monochromatic Colors of #1FE22F
Black with #1FE22F
Text Example
Text Example
White with #1FE22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE22F; }
p { color: rgb(31,226,47); }
H1.HeaderClassName
{
color: #1FE22F;
}
.AnyTagClassName
{
color: #1FE22F;
}
</style>
background-color css
<style>
a { background-color: #1FE22F; }
a { background-color: rgb(31,226,47); }
div.DivClassName
{
background-color: #1FE22F;
}
.BgClassName
{
background-color: #1FE22F;
}
</style>
border-color css
<style>
span { border-color: #1FE22F; }
span { border-color: rgb(31,226,47); }
td.TdClassName
{
border-color: #1FE22F;
}
.TagClassName
{
border-color: #1FE22F;
}
</style>