Shades of Lime Green #1FB31E
Tints of Lime Green #1FB31E
RGB
CMYK
RGB Variations
Color information
#1FB31E (or 0x1FB31E) is known color: Lime Green. HEX triplet: 1F, B3 and 1E. RGB value is (31,179,30). Sum of RGB (Red+Green+Blue) = 31+179+30=240 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.92% from 240); Green value is 179 (70.31% from 255 or 74.58% from 240); Blue value is 30 (12.11% from 255 or 12.5% from 240); Max value from RGB is 179 - color contains mainly: green. Hex color #1FB31E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FB31E is #E04CE1. Grayscale: #767676. Windows color (decimal): -14699746 or 2011935. OLE color: 2011935.
HSL color Cylindrical-coordinate representation of color #1FB31E: hue angle of 119.6º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB31E is Cyan = 0.83, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 31 | 179 | 30 | - |
| CMYK | 0.83 | 0 | 0.83 | 0.30 |
| HSL | 119.6º | 0.71% | 0.41% | - |
| HSV(B) | 119.6º | 0.83% | 0.7% | - |
| XYZ | 16.92 | 32.63 | 6.63 | - |
| YUV | 117.76 | 78.47 | 66.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 179 | 30 | 0.83 | 0 | 0.83 | 0.30 | 119.6 | 0.71 | 0.41 |
| Hex | 1F | B3 | 1E | 53 | 0 | 53 | 1E | 78 | 47 | 29 |
| Octal | 37 | 263 | 36 | 123 | 0 | 123 | 36 | 170 | 107 | 51 |
| Binary | 11111 | 10110011 | 11110 | 1010011 | 0 | 1010011 | 11110 | 1111000 | 1000111 | 101001 |
Color Harmonies of #1FB31E
Complementary color
Monochromatic Colors of #1FB31E
Black with #1FB31E
Text Example
Text Example
White with #1FB31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB31E; }
p { color: rgb(31,179,30); }
H1.HeaderClassName
{
color: #1FB31E;
}
.AnyTagClassName
{
color: #1FB31E;
}
</style>
background-color css
<style>
a { background-color: #1FB31E; }
a { background-color: rgb(31,179,30); }
div.DivClassName
{
background-color: #1FB31E;
}
.BgClassName
{
background-color: #1FB31E;
}
</style>
border-color css
<style>
span { border-color: #1FB31E; }
span { border-color: rgb(31,179,30); }
td.TdClassName
{
border-color: #1FB31E;
}
.TagClassName
{
border-color: #1FB31E;
}
</style>