Shades of Lime Green #1FC31B
Tints of Lime Green #1FC31B
RGB
CMYK
RGB Variations
Color information
#1FC31B (or 0x1FC31B) is known color: Lime Green. HEX triplet: 1F, C3 and 1B. RGB value is (31,195,27). Sum of RGB (Red+Green+Blue) = 31+195+27=253 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.25% from 253); Green value is 195 (76.56% from 255 or 77.08% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 195 - color contains mainly: green. Hex color #1FC31B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC31B is #E03CE4. Grayscale: #7F7F7F. Windows color (decimal): -14695653 or 1819423. OLE color: 1819423.
HSL color Cylindrical-coordinate representation of color #1FC31B: hue angle of 118.57º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FC31B is Cyan = 0.84, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 195 | 27 | - |
| CMYK | 0.84 | 0 | 0.86 | 0.24 |
| HSL | 118.57º | 0.76% | 0.44% | - |
| HSV(B) | 118.57º | 0.86% | 0.76% | - |
| XYZ | 20.28 | 39.4 | 7.57 | - |
| YUV | 126.81 | 71.67 | 59.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 195 | 27 | 0.84 | 0 | 0.86 | 0.24 | 118.57 | 0.76 | 0.44 |
| Hex | 1F | C3 | 1B | 54 | 0 | 56 | 18 | 77 | 4C | 2C |
| Octal | 37 | 303 | 33 | 124 | 0 | 126 | 30 | 167 | 114 | 54 |
| Binary | 11111 | 11000011 | 11011 | 1010100 | 0 | 1010110 | 11000 | 1110111 | 1001100 | 101100 |
Color Harmonies of #1FC31B
Complementary color
Monochromatic Colors of #1FC31B
Black with #1FC31B
Text Example
Text Example
White with #1FC31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC31B; }
p { color: rgb(31,195,27); }
H1.HeaderClassName
{
color: #1FC31B;
}
.AnyTagClassName
{
color: #1FC31B;
}
</style>
background-color css
<style>
a { background-color: #1FC31B; }
a { background-color: rgb(31,195,27); }
div.DivClassName
{
background-color: #1FC31B;
}
.BgClassName
{
background-color: #1FC31B;
}
</style>
border-color css
<style>
span { border-color: #1FC31B; }
span { border-color: rgb(31,195,27); }
td.TdClassName
{
border-color: #1FC31B;
}
.TagClassName
{
border-color: #1FC31B;
}
</style>