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