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