Shades of Lime Green #1FE235
Tints of Lime Green #1FE235
RGB
CMYK
RGB Variations
Color information
#1FE235 (or 0x1FE235) is known color: Lime Green. HEX triplet: 1F, E2 and 35. RGB value is (31,226,53). Sum of RGB (Red+Green+Blue) = 31+226+53=310 (41% of max value = 765). Red value is 31 (12.5% from 255 or 10% from 310); Green value is 226 (88.67% from 255 or 72.90% from 310); Blue value is 53 (21.09% from 255 or 17.10% from 310); Max value from RGB is 226 - color contains mainly: green. Hex color #1FE235 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FE235 is #E01DCA. Grayscale: #949494. Windows color (decimal): -14687691 or 3531295. OLE color: 3531295.
HSL color Cylindrical-coordinate representation of color #1FE235: hue angle of 126.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 #1FE235 is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 31 | 226 | 53 | - |
| CMYK | 0.86 | 0 | 0.77 | 0.11 |
| HSL | 126.77º | 0.77% | 0.5% | - |
| HSV(B) | 126.77º | 0.86% | 0.89% | - |
| XYZ | 28.4 | 54.94 | 12.48 | - |
| YUV | 147.97 | 74.4 | 44.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 226 | 53 | 0.86 | 0 | 0.77 | 0.11 | 126.77 | 0.77 | 0.5 |
| Hex | 1F | E2 | 35 | 56 | 0 | 4D | B | 7F | 4D | 32 |
| Octal | 37 | 342 | 65 | 126 | 0 | 115 | 13 | 177 | 115 | 62 |
| Binary | 11111 | 11100010 | 110101 | 1010110 | 0 | 1001101 | 1011 | 1111111 | 1001101 | 110010 |
Color Harmonies of #1FE235
Complementary color
Monochromatic Colors of #1FE235
Black with #1FE235
Text Example
Text Example
White with #1FE235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE235; }
p { color: rgb(31,226,53); }
H1.HeaderClassName
{
color: #1FE235;
}
.AnyTagClassName
{
color: #1FE235;
}
</style>
background-color css
<style>
a { background-color: #1FE235; }
a { background-color: rgb(31,226,53); }
div.DivClassName
{
background-color: #1FE235;
}
.BgClassName
{
background-color: #1FE235;
}
</style>
border-color css
<style>
span { border-color: #1FE235; }
span { border-color: rgb(31,226,53); }
td.TdClassName
{
border-color: #1FE235;
}
.TagClassName
{
border-color: #1FE235;
}
</style>