Shades of Lime Green #1FEC33
Tints of Lime Green #1FEC33
RGB
CMYK
RGB Variations
Color information
#1FEC33 (or 0x1FEC33) is known color: Lime Green. HEX triplet: 1F, EC and 33. RGB value is (31,236,51). Sum of RGB (Red+Green+Blue) = 31+236+51=318 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.75% from 318); Green value is 236 (92.58% from 255 or 74.21% from 318); Blue value is 51 (20.31% from 255 or 16.04% from 318); Max value from RGB is 236 - color contains mainly: green. Hex color #1FEC33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FEC33 is #E013CC. Grayscale: #9A9A9A. Windows color (decimal): -14685133 or 3402783. OLE color: 3402783.
HSL color Cylindrical-coordinate representation of color #1FEC33: hue angle of 125.85º 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 #1FEC33 is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 236 | 51 | - |
| CMYK | 0.87 | 0 | 0.78 | 0.07 |
| HSL | 125.85º | 0.84% | 0.52% | - |
| HSV(B) | 125.85º | 0.87% | 0.93% | - |
| XYZ | 31.16 | 60.52 | 13.17 | - |
| YUV | 153.62 | 70.08 | 40.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 236 | 51 | 0.87 | 0 | 0.78 | 0.07 | 125.85 | 0.84 | 0.52 |
| Hex | 1F | EC | 33 | 57 | 0 | 4E | 7 | 7E | 54 | 34 |
| Octal | 37 | 354 | 63 | 127 | 0 | 116 | 7 | 176 | 124 | 64 |
| Binary | 11111 | 11101100 | 110011 | 1010111 | 0 | 1001110 | 111 | 1111110 | 1010100 | 110100 |
Color Harmonies of #1FEC33
Complementary color
Monochromatic Colors of #1FEC33
Black with #1FEC33
Text Example
Text Example
White with #1FEC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEC33; }
p { color: rgb(31,236,51); }
H1.HeaderClassName
{
color: #1FEC33;
}
.AnyTagClassName
{
color: #1FEC33;
}
</style>
background-color css
<style>
a { background-color: #1FEC33; }
a { background-color: rgb(31,236,51); }
div.DivClassName
{
background-color: #1FEC33;
}
.BgClassName
{
background-color: #1FEC33;
}
</style>
border-color css
<style>
span { border-color: #1FEC33; }
span { border-color: rgb(31,236,51); }
td.TdClassName
{
border-color: #1FEC33;
}
.TagClassName
{
border-color: #1FEC33;
}
</style>