Shades of Lime Green #1FE42E
Tints of Lime Green #1FE42E
RGB
CMYK
RGB Variations
Color information
#1FE42E (or 0x1FE42E) is known color: Lime Green. HEX triplet: 1F, E4 and 2E. RGB value is (31,228,46). Sum of RGB (Red+Green+Blue) = 31+228+46=305 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.16% from 305); Green value is 228 (89.45% from 255 or 74.75% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 228 - color contains mainly: green. Hex color #1FE42E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FE42E is #E01BD1. Grayscale: #949494. Windows color (decimal): -14687186 or 3073055. OLE color: 3073055.
HSL color Cylindrical-coordinate representation of color #1FE42E: hue angle of 124.57º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE42E is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 31 | 228 | 46 | - |
| CMYK | 0.86 | 0 | 0.80 | 0.11 |
| HSL | 124.57º | 0.78% | 0.51% | - |
| HSV(B) | 124.57º | 0.86% | 0.89% | - |
| XYZ | 28.8 | 55.98 | 11.87 | - |
| YUV | 148.35 | 70.23 | 44.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 228 | 46 | 0.86 | 0 | 0.80 | 0.11 | 124.57 | 0.78 | 0.51 |
| Hex | 1F | E4 | 2E | 56 | 0 | 50 | B | 7D | 4E | 33 |
| Octal | 37 | 344 | 56 | 126 | 0 | 120 | 13 | 175 | 116 | 63 |
| Binary | 11111 | 11100100 | 101110 | 1010110 | 0 | 1010000 | 1011 | 1111101 | 1001110 | 110011 |
Color Harmonies of #1FE42E
Complementary color
Monochromatic Colors of #1FE42E
Black with #1FE42E
Text Example
Text Example
White with #1FE42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE42E; }
p { color: rgb(31,228,46); }
H1.HeaderClassName
{
color: #1FE42E;
}
.AnyTagClassName
{
color: #1FE42E;
}
</style>
background-color css
<style>
a { background-color: #1FE42E; }
a { background-color: rgb(31,228,46); }
div.DivClassName
{
background-color: #1FE42E;
}
.BgClassName
{
background-color: #1FE42E;
}
</style>
border-color css
<style>
span { border-color: #1FE42E; }
span { border-color: rgb(31,228,46); }
td.TdClassName
{
border-color: #1FE42E;
}
.TagClassName
{
border-color: #1FE42E;
}
</style>