Shades of Lime Green #1FC93E
Tints of Lime Green #1FC93E
RGB
CMYK
RGB Variations
Color information
#1FC93E (or 0x1FC93E) is known color: Lime Green. HEX triplet: 1F, C9 and 3E. RGB value is (31,201,62). Sum of RGB (Red+Green+Blue) = 31+201+62=294 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.54% from 294); Green value is 201 (78.91% from 255 or 68.37% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 201 - color contains mainly: green. Hex color #1FC93E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC93E is #E036C1. Grayscale: #868686. Windows color (decimal): -14694082 or 4114719. OLE color: 4114719.
HSL color Cylindrical-coordinate representation of color #1FC93E: hue angle of 130.94º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FC93E is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 31 | 201 | 62 | - |
| CMYK | 0.85 | 0 | 0.69 | 0.21 |
| HSL | 130.94º | 0.73% | 0.45% | - |
| HSV(B) | 130.94º | 0.85% | 0.79% | - |
| XYZ | 22.32 | 42.41 | 11.57 | - |
| YUV | 134.32 | 87.18 | 54.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 201 | 62 | 0.85 | 0 | 0.69 | 0.21 | 130.94 | 0.73 | 0.45 |
| Hex | 1F | C9 | 3E | 55 | 0 | 45 | 15 | 83 | 49 | 2D |
| Octal | 37 | 311 | 76 | 125 | 0 | 105 | 25 | 203 | 111 | 55 |
| Binary | 11111 | 11001001 | 111110 | 1010101 | 0 | 1000101 | 10101 | 10000011 | 1001001 | 101101 |
Color Harmonies of #1FC93E
Complementary color
Monochromatic Colors of #1FC93E
Black with #1FC93E
Text Example
Text Example
White with #1FC93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC93E; }
p { color: rgb(31,201,62); }
H1.HeaderClassName
{
color: #1FC93E;
}
.AnyTagClassName
{
color: #1FC93E;
}
</style>
background-color css
<style>
a { background-color: #1FC93E; }
a { background-color: rgb(31,201,62); }
div.DivClassName
{
background-color: #1FC93E;
}
.BgClassName
{
background-color: #1FC93E;
}
</style>
border-color css
<style>
span { border-color: #1FC93E; }
span { border-color: rgb(31,201,62); }
td.TdClassName
{
border-color: #1FC93E;
}
.TagClassName
{
border-color: #1FC93E;
}
</style>