Shades of Lime Green #1FC50A
Tints of Lime Green #1FC50A
RGB
CMYK
RGB Variations
Color information
#1FC50A (or 0x1FC50A) is known color: Lime Green. HEX triplet: 1F, C5 and 0A. RGB value is (31,197,10). Sum of RGB (Red+Green+Blue) = 31+197+10=238 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.03% from 238); Green value is 197 (77.34% from 255 or 82.77% from 238); Blue value is 10 (4.30% from 255 or 4.20% from 238); Max value from RGB is 197 - color contains mainly: green. Hex color #1FC50A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FC50A is #E03AF5. Grayscale: #7E7E7E. Windows color (decimal): -14695158 or 705823. OLE color: 705823.
HSL color Cylindrical-coordinate representation of color #1FC50A: hue angle of 113.26º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1FC50A is Cyan = 0.84, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 31 | 197 | 10 | - |
| CMYK | 0.84 | 0 | 0.95 | 0.23 |
| HSL | 113.26º | 0.9% | 0.41% | - |
| HSV(B) | 113.26º | 0.95% | 0.77% | - |
| XYZ | 20.59 | 40.25 | 6.97 | - |
| YUV | 126.05 | 62.5 | 60.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 197 | 10 | 0.84 | 0 | 0.95 | 0.23 | 113.26 | 0.9 | 0.41 |
| Hex | 1F | C5 | A | 54 | 0 | 5F | 17 | 71 | 5A | 29 |
| Octal | 37 | 305 | 12 | 124 | 0 | 137 | 27 | 161 | 132 | 51 |
| Binary | 11111 | 11000101 | 1010 | 1010100 | 0 | 1011111 | 10111 | 1110001 | 1011010 | 101001 |
Color Harmonies of #1FC50A
Complementary color
Monochromatic Colors of #1FC50A
Black with #1FC50A
Text Example
Text Example
White with #1FC50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC50A; }
p { color: rgb(31,197,10); }
H1.HeaderClassName
{
color: #1FC50A;
}
.AnyTagClassName
{
color: #1FC50A;
}
</style>
background-color css
<style>
a { background-color: #1FC50A; }
a { background-color: rgb(31,197,10); }
div.DivClassName
{
background-color: #1FC50A;
}
.BgClassName
{
background-color: #1FC50A;
}
</style>
border-color css
<style>
span { border-color: #1FC50A; }
span { border-color: rgb(31,197,10); }
td.TdClassName
{
border-color: #1FC50A;
}
.TagClassName
{
border-color: #1FC50A;
}
</style>