Shades of Lime Green #1FC81B
Tints of Lime Green #1FC81B
RGB
CMYK
RGB Variations
Color information
#1FC81B (or 0x1FC81B) is known color: Lime Green. HEX triplet: 1F, C8 and 1B. RGB value is (31,200,27). Sum of RGB (Red+Green+Blue) = 31+200+27=258 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.02% from 258); Green value is 200 (78.52% from 255 or 77.52% from 258); Blue value is 27 (10.94% from 255 or 10.47% from 258); Max value from RGB is 200 - color contains mainly: green. Hex color #1FC81B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC81B is #E037E4. Grayscale: #828282. Windows color (decimal): -14694373 or 1820703. OLE color: 1820703.
HSL color Cylindrical-coordinate representation of color #1FC81B: hue angle of 118.61º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FC81B is Cyan = 0.84, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 31 | 200 | 27 | - |
| CMYK | 0.84 | 0 | 0.86 | 0.22 |
| HSL | 118.61º | 0.76% | 0.45% | - |
| HSV(B) | 118.61º | 0.87% | 0.78% | - |
| XYZ | 21.42 | 41.68 | 7.95 | - |
| YUV | 129.75 | 70.01 | 57.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 200 | 27 | 0.84 | 0 | 0.86 | 0.22 | 118.61 | 0.76 | 0.45 |
| Hex | 1F | C8 | 1B | 54 | 0 | 56 | 16 | 77 | 4C | 2D |
| Octal | 37 | 310 | 33 | 124 | 0 | 126 | 26 | 167 | 114 | 55 |
| Binary | 11111 | 11001000 | 11011 | 1010100 | 0 | 1010110 | 10110 | 1110111 | 1001100 | 101101 |
Color Harmonies of #1FC81B
Complementary color
Monochromatic Colors of #1FC81B
Black with #1FC81B
Text Example
Text Example
White with #1FC81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC81B; }
p { color: rgb(31,200,27); }
H1.HeaderClassName
{
color: #1FC81B;
}
.AnyTagClassName
{
color: #1FC81B;
}
</style>
background-color css
<style>
a { background-color: #1FC81B; }
a { background-color: rgb(31,200,27); }
div.DivClassName
{
background-color: #1FC81B;
}
.BgClassName
{
background-color: #1FC81B;
}
</style>
border-color css
<style>
span { border-color: #1FC81B; }
span { border-color: rgb(31,200,27); }
td.TdClassName
{
border-color: #1FC81B;
}
.TagClassName
{
border-color: #1FC81B;
}
</style>