Shades of Lime Green #1FEC2D
Tints of Lime Green #1FEC2D
RGB
CMYK
RGB Variations
Color information
#1FEC2D (or 0x1FEC2D) is known color: Lime Green. HEX triplet: 1F, EC and 2D. RGB value is (31,236,45). Sum of RGB (Red+Green+Blue) = 31+236+45=312 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.94% from 312); Green value is 236 (92.58% from 255 or 75.64% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 236 - color contains mainly: green. Hex color #1FEC2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FEC2D is #E013D2. Grayscale: #999999. Windows color (decimal): -14685139 or 3009567. OLE color: 3009567.
HSL color Cylindrical-coordinate representation of color #1FEC2D: hue angle of 124.1º 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 #1FEC2D is Cyan = 0.87, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 236 | 45 | - |
| CMYK | 0.87 | 0 | 0.81 | 0.07 |
| HSL | 124.1º | 0.84% | 0.52% | - |
| HSV(B) | 124.1º | 0.87% | 0.93% | - |
| XYZ | 31.03 | 60.47 | 12.52 | - |
| YUV | 152.93 | 67.08 | 41.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 236 | 45 | 0.87 | 0 | 0.81 | 0.07 | 124.1 | 0.84 | 0.52 |
| Hex | 1F | EC | 2D | 57 | 0 | 51 | 7 | 7C | 54 | 34 |
| Octal | 37 | 354 | 55 | 127 | 0 | 121 | 7 | 174 | 124 | 64 |
| Binary | 11111 | 11101100 | 101101 | 1010111 | 0 | 1010001 | 111 | 1111100 | 1010100 | 110100 |
Color Harmonies of #1FEC2D
Complementary color
Monochromatic Colors of #1FEC2D
Black with #1FEC2D
Text Example
Text Example
White with #1FEC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEC2D; }
p { color: rgb(31,236,45); }
H1.HeaderClassName
{
color: #1FEC2D;
}
.AnyTagClassName
{
color: #1FEC2D;
}
</style>
background-color css
<style>
a { background-color: #1FEC2D; }
a { background-color: rgb(31,236,45); }
div.DivClassName
{
background-color: #1FEC2D;
}
.BgClassName
{
background-color: #1FEC2D;
}
</style>
border-color css
<style>
span { border-color: #1FEC2D; }
span { border-color: rgb(31,236,45); }
td.TdClassName
{
border-color: #1FEC2D;
}
.TagClassName
{
border-color: #1FEC2D;
}
</style>