Shades of Lime Green #1FE225
Tints of Lime Green #1FE225
RGB
CMYK
RGB Variations
Color information
#1FE225 (or 0x1FE225) is known color: Lime Green. HEX triplet: 1F, E2 and 25. RGB value is (31,226,37). Sum of RGB (Red+Green+Blue) = 31+226+37=294 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.54% from 294); Green value is 226 (88.67% from 255 or 76.87% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 226 - color contains mainly: green. Hex color #1FE225 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FE225 is #E01DDA. Grayscale: #929292. Windows color (decimal): -14687707 or 2482719. OLE color: 2482719.
HSL color Cylindrical-coordinate representation of color #1FE225: hue angle of 121.85º 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 #1FE225 is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 31 | 226 | 37 | - |
| CMYK | 0.86 | 0 | 0.84 | 0.11 |
| HSL | 121.85º | 0.77% | 0.5% | - |
| HSV(B) | 121.85º | 0.86% | 0.89% | - |
| XYZ | 28.1 | 54.82 | 10.85 | - |
| YUV | 146.15 | 66.4 | 45.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 226 | 37 | 0.86 | 0 | 0.84 | 0.11 | 121.85 | 0.77 | 0.5 |
| Hex | 1F | E2 | 25 | 56 | 0 | 54 | B | 7A | 4D | 32 |
| Octal | 37 | 342 | 45 | 126 | 0 | 124 | 13 | 172 | 115 | 62 |
| Binary | 11111 | 11100010 | 100101 | 1010110 | 0 | 1010100 | 1011 | 1111010 | 1001101 | 110010 |
Color Harmonies of #1FE225
Complementary color
Monochromatic Colors of #1FE225
Black with #1FE225
Text Example
Text Example
White with #1FE225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE225; }
p { color: rgb(31,226,37); }
H1.HeaderClassName
{
color: #1FE225;
}
.AnyTagClassName
{
color: #1FE225;
}
</style>
background-color css
<style>
a { background-color: #1FE225; }
a { background-color: rgb(31,226,37); }
div.DivClassName
{
background-color: #1FE225;
}
.BgClassName
{
background-color: #1FE225;
}
</style>
border-color css
<style>
span { border-color: #1FE225; }
span { border-color: rgb(31,226,37); }
td.TdClassName
{
border-color: #1FE225;
}
.TagClassName
{
border-color: #1FE225;
}
</style>