Shades of Lime Green #1FC93A
Tints of Lime Green #1FC93A
RGB
CMYK
RGB Variations
Color information
#1FC93A (or 0x1FC93A) is known color: Lime Green. HEX triplet: 1F, C9 and 3A. RGB value is (31,201,58). Sum of RGB (Red+Green+Blue) = 31+201+58=290 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.69% from 290); Green value is 201 (78.91% from 255 or 69.31% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 201 - color contains mainly: green. Hex color #1FC93A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC93A is #E036C5. Grayscale: #868686. Windows color (decimal): -14694086 or 3852575. OLE color: 3852575.
HSL color Cylindrical-coordinate representation of color #1FC93A: hue angle of 129.53º 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 #1FC93A is Cyan = 0.85, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 31 | 201 | 58 | - |
| CMYK | 0.85 | 0 | 0.71 | 0.21 |
| HSL | 129.53º | 0.73% | 0.45% | - |
| HSV(B) | 129.53º | 0.85% | 0.79% | - |
| XYZ | 22.22 | 42.37 | 11.01 | - |
| YUV | 133.87 | 85.18 | 54.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 201 | 58 | 0.85 | 0 | 0.71 | 0.21 | 129.53 | 0.73 | 0.45 |
| Hex | 1F | C9 | 3A | 55 | 0 | 47 | 15 | 82 | 49 | 2D |
| Octal | 37 | 311 | 72 | 125 | 0 | 107 | 25 | 202 | 111 | 55 |
| Binary | 11111 | 11001001 | 111010 | 1010101 | 0 | 1000111 | 10101 | 10000010 | 1001001 | 101101 |
Color Harmonies of #1FC93A
Complementary color
Monochromatic Colors of #1FC93A
Black with #1FC93A
Text Example
Text Example
White with #1FC93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC93A; }
p { color: rgb(31,201,58); }
H1.HeaderClassName
{
color: #1FC93A;
}
.AnyTagClassName
{
color: #1FC93A;
}
</style>
background-color css
<style>
a { background-color: #1FC93A; }
a { background-color: rgb(31,201,58); }
div.DivClassName
{
background-color: #1FC93A;
}
.BgClassName
{
background-color: #1FC93A;
}
</style>
border-color css
<style>
span { border-color: #1FC93A; }
span { border-color: rgb(31,201,58); }
td.TdClassName
{
border-color: #1FC93A;
}
.TagClassName
{
border-color: #1FC93A;
}
</style>