Shades of Lime Green #1FEE32
Tints of Lime Green #1FEE32
RGB
CMYK
RGB Variations
Color information
#1FEE32 (or 0x1FEE32) is known color: Lime Green. HEX triplet: 1F, EE and 32. RGB value is (31,238,50). Sum of RGB (Red+Green+Blue) = 31+238+50=319 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.72% from 319); Green value is 238 (93.36% from 255 or 74.61% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 238 - color contains mainly: green. Hex color #1FEE32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FEE32 is #E011CD. Grayscale: #9B9B9B. Windows color (decimal): -14684622 or 3337759. OLE color: 3337759.
HSL color Cylindrical-coordinate representation of color #1FEE32: hue angle of 125.51º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FEE32 is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 238 | 50 | - |
| CMYK | 0.87 | 0 | 0.79 | 0.07 |
| HSL | 125.51º | 0.86% | 0.53% | - |
| HSV(B) | 125.51º | 0.87% | 0.93% | - |
| XYZ | 31.72 | 61.67 | 13.25 | - |
| YUV | 154.68 | 68.92 | 39.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 238 | 50 | 0.87 | 0 | 0.79 | 0.07 | 125.51 | 0.86 | 0.53 |
| Hex | 1F | EE | 32 | 57 | 0 | 4F | 7 | 7E | 56 | 35 |
| Octal | 37 | 356 | 62 | 127 | 0 | 117 | 7 | 176 | 126 | 65 |
| Binary | 11111 | 11101110 | 110010 | 1010111 | 0 | 1001111 | 111 | 1111110 | 1010110 | 110101 |
Color Harmonies of #1FEE32
Complementary color
Monochromatic Colors of #1FEE32
Black with #1FEE32
Text Example
Text Example
White with #1FEE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEE32; }
p { color: rgb(31,238,50); }
H1.HeaderClassName
{
color: #1FEE32;
}
.AnyTagClassName
{
color: #1FEE32;
}
</style>
background-color css
<style>
a { background-color: #1FEE32; }
a { background-color: rgb(31,238,50); }
div.DivClassName
{
background-color: #1FEE32;
}
.BgClassName
{
background-color: #1FEE32;
}
</style>
border-color css
<style>
span { border-color: #1FEE32; }
span { border-color: rgb(31,238,50); }
td.TdClassName
{
border-color: #1FEE32;
}
.TagClassName
{
border-color: #1FEE32;
}
</style>