Shades of Lime Green #1FB71D
Tints of Lime Green #1FB71D
RGB
CMYK
RGB Variations
Color information
#1FB71D (or 0x1FB71D) is known color: Lime Green. HEX triplet: 1F, B7 and 1D. RGB value is (31,183,29). Sum of RGB (Red+Green+Blue) = 31+183+29=243 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.76% from 243); Green value is 183 (71.88% from 255 or 75.31% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 183 - color contains mainly: green. Hex color #1FB71D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FB71D is #E048E2. Grayscale: #787878. Windows color (decimal): -14698723 or 1947423. OLE color: 1947423.
HSL color Cylindrical-coordinate representation of color #1FB71D: hue angle of 119.22º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FB71D is Cyan = 0.83, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 31 | 183 | 29 | - |
| CMYK | 0.83 | 0 | 0.84 | 0.28 |
| HSL | 119.22º | 0.73% | 0.42% | - |
| HSV(B) | 119.22º | 0.84% | 0.72% | - |
| XYZ | 17.72 | 34.25 | 6.84 | - |
| YUV | 120 | 76.64 | 64.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 183 | 29 | 0.83 | 0 | 0.84 | 0.28 | 119.22 | 0.73 | 0.42 |
| Hex | 1F | B7 | 1D | 53 | 0 | 54 | 1C | 77 | 49 | 2A |
| Octal | 37 | 267 | 35 | 123 | 0 | 124 | 34 | 167 | 111 | 52 |
| Binary | 11111 | 10110111 | 11101 | 1010011 | 0 | 1010100 | 11100 | 1110111 | 1001001 | 101010 |
Color Harmonies of #1FB71D
Complementary color
Monochromatic Colors of #1FB71D
Black with #1FB71D
Text Example
Text Example
White with #1FB71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB71D; }
p { color: rgb(31,183,29); }
H1.HeaderClassName
{
color: #1FB71D;
}
.AnyTagClassName
{
color: #1FB71D;
}
</style>
background-color css
<style>
a { background-color: #1FB71D; }
a { background-color: rgb(31,183,29); }
div.DivClassName
{
background-color: #1FB71D;
}
.BgClassName
{
background-color: #1FB71D;
}
</style>
border-color css
<style>
span { border-color: #1FB71D; }
span { border-color: rgb(31,183,29); }
td.TdClassName
{
border-color: #1FB71D;
}
.TagClassName
{
border-color: #1FB71D;
}
</style>