Shades of Lime Green #1FC61B
Tints of Lime Green #1FC61B
RGB
CMYK
RGB Variations
Color information
#1FC61B (or 0x1FC61B) is known color: Lime Green. HEX triplet: 1F, C6 and 1B. RGB value is (31,198,27). Sum of RGB (Red+Green+Blue) = 31+198+27=256 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.11% from 256); Green value is 198 (77.73% from 255 or 77.34% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 198 - color contains mainly: green. Hex color #1FC61B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC61B is #E039E4. Grayscale: #818181. Windows color (decimal): -14694885 or 1820191. OLE color: 1820191.
HSL color Cylindrical-coordinate representation of color #1FC61B: hue angle of 118.6º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FC61B is Cyan = 0.84, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 31 | 198 | 27 | - |
| CMYK | 0.84 | 0 | 0.86 | 0.22 |
| HSL | 118.6º | 0.76% | 0.44% | - |
| HSV(B) | 118.6º | 0.86% | 0.78% | - |
| XYZ | 20.96 | 40.76 | 7.8 | - |
| YUV | 128.57 | 70.67 | 58.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 198 | 27 | 0.84 | 0 | 0.86 | 0.22 | 118.6 | 0.76 | 0.44 |
| Hex | 1F | C6 | 1B | 54 | 0 | 56 | 16 | 77 | 4C | 2C |
| Octal | 37 | 306 | 33 | 124 | 0 | 126 | 26 | 167 | 114 | 54 |
| Binary | 11111 | 11000110 | 11011 | 1010100 | 0 | 1010110 | 10110 | 1110111 | 1001100 | 101100 |
Color Harmonies of #1FC61B
Complementary color
Monochromatic Colors of #1FC61B
Black with #1FC61B
Text Example
Text Example
White with #1FC61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC61B; }
p { color: rgb(31,198,27); }
H1.HeaderClassName
{
color: #1FC61B;
}
.AnyTagClassName
{
color: #1FC61B;
}
</style>
background-color css
<style>
a { background-color: #1FC61B; }
a { background-color: rgb(31,198,27); }
div.DivClassName
{
background-color: #1FC61B;
}
.BgClassName
{
background-color: #1FC61B;
}
</style>
border-color css
<style>
span { border-color: #1FC61B; }
span { border-color: rgb(31,198,27); }
td.TdClassName
{
border-color: #1FC61B;
}
.TagClassName
{
border-color: #1FC61B;
}
</style>