Shades of Lime Green #1FE228
Tints of Lime Green #1FE228
RGB
CMYK
RGB Variations
Color information
#1FE228 (or 0x1FE228) is known color: Lime Green. HEX triplet: 1F, E2 and 28. RGB value is (31,226,40). Sum of RGB (Red+Green+Blue) = 31+226+40=297 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.44% from 297); Green value is 226 (88.67% from 255 or 76.09% from 297); Blue value is 40 (16.02% from 255 or 13.47% from 297); Max value from RGB is 226 - color contains mainly: green. Hex color #1FE228 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FE228 is #E01DD7. Grayscale: #939393. Windows color (decimal): -14687704 or 2679327. OLE color: 2679327.
HSL color Cylindrical-coordinate representation of color #1FE228: hue angle of 122.77º 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 #1FE228 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 31 | 226 | 40 | - |
| CMYK | 0.86 | 0 | 0.82 | 0.11 |
| HSL | 122.77º | 0.77% | 0.5% | - |
| HSV(B) | 122.77º | 0.86% | 0.89% | - |
| XYZ | 28.14 | 54.84 | 11.11 | - |
| YUV | 146.49 | 67.9 | 45.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 226 | 40 | 0.86 | 0 | 0.82 | 0.11 | 122.77 | 0.77 | 0.5 |
| Hex | 1F | E2 | 28 | 56 | 0 | 52 | B | 7B | 4D | 32 |
| Octal | 37 | 342 | 50 | 126 | 0 | 122 | 13 | 173 | 115 | 62 |
| Binary | 11111 | 11100010 | 101000 | 1010110 | 0 | 1010010 | 1011 | 1111011 | 1001101 | 110010 |
Color Harmonies of #1FE228
Complementary color
Monochromatic Colors of #1FE228
Black with #1FE228
Text Example
Text Example
White with #1FE228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE228; }
p { color: rgb(31,226,40); }
H1.HeaderClassName
{
color: #1FE228;
}
.AnyTagClassName
{
color: #1FE228;
}
</style>
background-color css
<style>
a { background-color: #1FE228; }
a { background-color: rgb(31,226,40); }
div.DivClassName
{
background-color: #1FE228;
}
.BgClassName
{
background-color: #1FE228;
}
</style>
border-color css
<style>
span { border-color: #1FE228; }
span { border-color: rgb(31,226,40); }
td.TdClassName
{
border-color: #1FE228;
}
.TagClassName
{
border-color: #1FE228;
}
</style>