Shades of Lime Green #1FC51B
Tints of Lime Green #1FC51B
RGB
CMYK
RGB Variations
Color information
#1FC51B (or 0x1FC51B) is known color: Lime Green. HEX triplet: 1F, C5 and 1B. RGB value is (31,197,27). Sum of RGB (Red+Green+Blue) = 31+197+27=255 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.16% from 255); Green value is 197 (77.34% from 255 or 77.25% from 255); Blue value is 27 (10.94% from 255 or 10.59% from 255); Max value from RGB is 197 - color contains mainly: green. Hex color #1FC51B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC51B is #E03AE4. Grayscale: #808080. Windows color (decimal): -14695141 or 1819935. OLE color: 1819935.
HSL color Cylindrical-coordinate representation of color #1FC51B: hue angle of 118.59º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FC51B is Cyan = 0.84, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 31 | 197 | 27 | - |
| CMYK | 0.84 | 0 | 0.86 | 0.23 |
| HSL | 118.59º | 0.76% | 0.44% | - |
| HSV(B) | 118.59º | 0.86% | 0.77% | - |
| XYZ | 20.73 | 40.3 | 7.72 | - |
| YUV | 127.99 | 71 | 58.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 197 | 27 | 0.84 | 0 | 0.86 | 0.23 | 118.59 | 0.76 | 0.44 |
| Hex | 1F | C5 | 1B | 54 | 0 | 56 | 17 | 77 | 4C | 2C |
| Octal | 37 | 305 | 33 | 124 | 0 | 126 | 27 | 167 | 114 | 54 |
| Binary | 11111 | 11000101 | 11011 | 1010100 | 0 | 1010110 | 10111 | 1110111 | 1001100 | 101100 |
Color Harmonies of #1FC51B
Complementary color
Monochromatic Colors of #1FC51B
Black with #1FC51B
Text Example
Text Example
White with #1FC51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC51B; }
p { color: rgb(31,197,27); }
H1.HeaderClassName
{
color: #1FC51B;
}
.AnyTagClassName
{
color: #1FC51B;
}
</style>
background-color css
<style>
a { background-color: #1FC51B; }
a { background-color: rgb(31,197,27); }
div.DivClassName
{
background-color: #1FC51B;
}
.BgClassName
{
background-color: #1FC51B;
}
</style>
border-color css
<style>
span { border-color: #1FC51B; }
span { border-color: rgb(31,197,27); }
td.TdClassName
{
border-color: #1FC51B;
}
.TagClassName
{
border-color: #1FC51B;
}
</style>