Shades of Lime Green #1FEC32
Tints of Lime Green #1FEC32
RGB
CMYK
RGB Variations
Color information
#1FEC32 (or 0x1FEC32) is known color: Lime Green. HEX triplet: 1F, EC and 32. RGB value is (31,236,50). Sum of RGB (Red+Green+Blue) = 31+236+50=317 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.78% from 317); Green value is 236 (92.58% from 255 or 74.45% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 236 - color contains mainly: green. Hex color #1FEC32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FEC32 is #E013CD. Grayscale: #9A9A9A. Windows color (decimal): -14685134 or 3337247. OLE color: 3337247.
HSL color Cylindrical-coordinate representation of color #1FEC32: hue angle of 125.56º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FEC32 is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 236 | 50 | - |
| CMYK | 0.87 | 0 | 0.79 | 0.07 |
| HSL | 125.56º | 0.84% | 0.52% | - |
| HSV(B) | 125.56º | 0.87% | 0.93% | - |
| XYZ | 31.14 | 60.51 | 13.06 | - |
| YUV | 153.5 | 69.58 | 40.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 236 | 50 | 0.87 | 0 | 0.79 | 0.07 | 125.56 | 0.84 | 0.52 |
| Hex | 1F | EC | 32 | 57 | 0 | 4F | 7 | 7E | 54 | 34 |
| Octal | 37 | 354 | 62 | 127 | 0 | 117 | 7 | 176 | 124 | 64 |
| Binary | 11111 | 11101100 | 110010 | 1010111 | 0 | 1001111 | 111 | 1111110 | 1010100 | 110100 |
Color Harmonies of #1FEC32
Complementary color
Monochromatic Colors of #1FEC32
Black with #1FEC32
Text Example
Text Example
White with #1FEC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEC32; }
p { color: rgb(31,236,50); }
H1.HeaderClassName
{
color: #1FEC32;
}
.AnyTagClassName
{
color: #1FEC32;
}
</style>
background-color css
<style>
a { background-color: #1FEC32; }
a { background-color: rgb(31,236,50); }
div.DivClassName
{
background-color: #1FEC32;
}
.BgClassName
{
background-color: #1FEC32;
}
</style>
border-color css
<style>
span { border-color: #1FEC32; }
span { border-color: rgb(31,236,50); }
td.TdClassName
{
border-color: #1FEC32;
}
.TagClassName
{
border-color: #1FEC32;
}
</style>