Shades of Lime Green #1FEC3A
Tints of Lime Green #1FEC3A
RGB
CMYK
RGB Variations
Color information
#1FEC3A (or 0x1FEC3A) is known color: Lime Green. HEX triplet: 1F, EC and 3A. RGB value is (31,236,58). Sum of RGB (Red+Green+Blue) = 31+236+58=325 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.54% from 325); Green value is 236 (92.58% from 255 or 72.62% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 236 - color contains mainly: green. Hex color #1FEC3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FEC3A is #E013C5. Grayscale: #9A9A9A. Windows color (decimal): -14685126 or 3861535. OLE color: 3861535.
HSL color Cylindrical-coordinate representation of color #1FEC3A: hue angle of 127.9º 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 #1FEC3A is Cyan = 0.87, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 236 | 58 | - |
| CMYK | 0.87 | 0 | 0.75 | 0.07 |
| HSL | 127.9º | 0.84% | 0.52% | - |
| HSV(B) | 127.9º | 0.87% | 0.93% | - |
| XYZ | 31.32 | 60.59 | 14.05 | - |
| YUV | 154.41 | 73.58 | 39.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 236 | 58 | 0.87 | 0 | 0.75 | 0.07 | 127.9 | 0.84 | 0.52 |
| Hex | 1F | EC | 3A | 57 | 0 | 4B | 7 | 80 | 54 | 34 |
| Octal | 37 | 354 | 72 | 127 | 0 | 113 | 7 | 200 | 124 | 64 |
| Binary | 11111 | 11101100 | 111010 | 1010111 | 0 | 1001011 | 111 | 10000000 | 1010100 | 110100 |
Color Harmonies of #1FEC3A
Complementary color
Monochromatic Colors of #1FEC3A
Black with #1FEC3A
Text Example
Text Example
White with #1FEC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEC3A; }
p { color: rgb(31,236,58); }
H1.HeaderClassName
{
color: #1FEC3A;
}
.AnyTagClassName
{
color: #1FEC3A;
}
</style>
background-color css
<style>
a { background-color: #1FEC3A; }
a { background-color: rgb(31,236,58); }
div.DivClassName
{
background-color: #1FEC3A;
}
.BgClassName
{
background-color: #1FEC3A;
}
</style>
border-color css
<style>
span { border-color: #1FEC3A; }
span { border-color: rgb(31,236,58); }
td.TdClassName
{
border-color: #1FEC3A;
}
.TagClassName
{
border-color: #1FEC3A;
}
</style>