Shades of Lime Green #1FB61E
Tints of Lime Green #1FB61E
RGB
CMYK
RGB Variations
Color information
#1FB61E (or 0x1FB61E) is known color: Lime Green. HEX triplet: 1F, B6 and 1E. RGB value is (31,182,30). Sum of RGB (Red+Green+Blue) = 31+182+30=243 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.76% from 243); Green value is 182 (71.48% from 255 or 74.90% from 243); Blue value is 30 (12.11% from 255 or 12.35% from 243); Max value from RGB is 182 - color contains mainly: green. Hex color #1FB61E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FB61E is #E049E1. Grayscale: #777777. Windows color (decimal): -14698978 or 2012703. OLE color: 2012703.
HSL color Cylindrical-coordinate representation of color #1FB61E: hue angle of 119.61º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FB61E is Cyan = 0.83, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 31 | 182 | 30 | - |
| CMYK | 0.83 | 0 | 0.84 | 0.29 |
| HSL | 119.61º | 0.72% | 0.42% | - |
| HSV(B) | 119.61º | 0.84% | 0.71% | - |
| XYZ | 17.53 | 33.84 | 6.84 | - |
| YUV | 119.52 | 77.47 | 64.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 182 | 30 | 0.83 | 0 | 0.84 | 0.29 | 119.61 | 0.72 | 0.42 |
| Hex | 1F | B6 | 1E | 53 | 0 | 54 | 1D | 78 | 48 | 2A |
| Octal | 37 | 266 | 36 | 123 | 0 | 124 | 35 | 170 | 110 | 52 |
| Binary | 11111 | 10110110 | 11110 | 1010011 | 0 | 1010100 | 11101 | 1111000 | 1001000 | 101010 |
Color Harmonies of #1FB61E
Complementary color
Monochromatic Colors of #1FB61E
Black with #1FB61E
Text Example
Text Example
White with #1FB61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB61E; }
p { color: rgb(31,182,30); }
H1.HeaderClassName
{
color: #1FB61E;
}
.AnyTagClassName
{
color: #1FB61E;
}
</style>
background-color css
<style>
a { background-color: #1FB61E; }
a { background-color: rgb(31,182,30); }
div.DivClassName
{
background-color: #1FB61E;
}
.BgClassName
{
background-color: #1FB61E;
}
</style>
border-color css
<style>
span { border-color: #1FB61E; }
span { border-color: rgb(31,182,30); }
td.TdClassName
{
border-color: #1FB61E;
}
.TagClassName
{
border-color: #1FB61E;
}
</style>