Shades of Lime Green #1FE231
Tints of Lime Green #1FE231
RGB
CMYK
RGB Variations
Color information
#1FE231 (or 0x1FE231) is known color: Lime Green. HEX triplet: 1F, E2 and 31. RGB value is (31,226,49). Sum of RGB (Red+Green+Blue) = 31+226+49=306 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.13% from 306); Green value is 226 (88.67% from 255 or 73.86% from 306); Blue value is 49 (19.53% from 255 or 16.01% from 306); Max value from RGB is 226 - color contains mainly: green. Hex color #1FE231 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FE231 is #E01DCE. Grayscale: #949494. Windows color (decimal): -14687695 or 3269151. OLE color: 3269151.
HSL color Cylindrical-coordinate representation of color #1FE231: hue angle of 125.54º 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 #1FE231 is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 31 | 226 | 49 | - |
| CMYK | 0.86 | 0 | 0.78 | 0.11 |
| HSL | 125.54º | 0.77% | 0.5% | - |
| HSV(B) | 125.54º | 0.86% | 0.89% | - |
| XYZ | 28.32 | 54.91 | 12.01 | - |
| YUV | 147.52 | 72.4 | 44.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 226 | 49 | 0.86 | 0 | 0.78 | 0.11 | 125.54 | 0.77 | 0.5 |
| Hex | 1F | E2 | 31 | 56 | 0 | 4E | B | 7E | 4D | 32 |
| Octal | 37 | 342 | 61 | 126 | 0 | 116 | 13 | 176 | 115 | 62 |
| Binary | 11111 | 11100010 | 110001 | 1010110 | 0 | 1001110 | 1011 | 1111110 | 1001101 | 110010 |
Color Harmonies of #1FE231
Complementary color
Monochromatic Colors of #1FE231
Black with #1FE231
Text Example
Text Example
White with #1FE231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE231; }
p { color: rgb(31,226,49); }
H1.HeaderClassName
{
color: #1FE231;
}
.AnyTagClassName
{
color: #1FE231;
}
</style>
background-color css
<style>
a { background-color: #1FE231; }
a { background-color: rgb(31,226,49); }
div.DivClassName
{
background-color: #1FE231;
}
.BgClassName
{
background-color: #1FE231;
}
</style>
border-color css
<style>
span { border-color: #1FE231; }
span { border-color: rgb(31,226,49); }
td.TdClassName
{
border-color: #1FE231;
}
.TagClassName
{
border-color: #1FE231;
}
</style>