Shades of Lime Green #1FB81C
Tints of Lime Green #1FB81C
RGB
CMYK
RGB Variations
Color information
#1FB81C (or 0x1FB81C) is known color: Lime Green. HEX triplet: 1F, B8 and 1C. RGB value is (31,184,28). Sum of RGB (Red+Green+Blue) = 31+184+28=243 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.76% from 243); Green value is 184 (72.27% from 255 or 75.72% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 184 - color contains mainly: green. Hex color #1FB81C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FB81C is #E047E3. Grayscale: #787878. Windows color (decimal): -14698468 or 1882143. OLE color: 1882143.
HSL color Cylindrical-coordinate representation of color #1FB81C: hue angle of 118.85º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FB81C is Cyan = 0.83, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 31 | 184 | 28 | - |
| CMYK | 0.83 | 0 | 0.85 | 0.28 |
| HSL | 118.85º | 0.74% | 0.42% | - |
| HSV(B) | 118.85º | 0.85% | 0.72% | - |
| XYZ | 17.92 | 34.66 | 6.84 | - |
| YUV | 120.47 | 75.81 | 64.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 184 | 28 | 0.83 | 0 | 0.85 | 0.28 | 118.85 | 0.74 | 0.42 |
| Hex | 1F | B8 | 1C | 53 | 0 | 55 | 1C | 77 | 4A | 2A |
| Octal | 37 | 270 | 34 | 123 | 0 | 125 | 34 | 167 | 112 | 52 |
| Binary | 11111 | 10111000 | 11100 | 1010011 | 0 | 1010101 | 11100 | 1110111 | 1001010 | 101010 |
Color Harmonies of #1FB81C
Complementary color
Monochromatic Colors of #1FB81C
Black with #1FB81C
Text Example
Text Example
White with #1FB81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB81C; }
p { color: rgb(31,184,28); }
H1.HeaderClassName
{
color: #1FB81C;
}
.AnyTagClassName
{
color: #1FB81C;
}
</style>
background-color css
<style>
a { background-color: #1FB81C; }
a { background-color: rgb(31,184,28); }
div.DivClassName
{
background-color: #1FB81C;
}
.BgClassName
{
background-color: #1FB81C;
}
</style>
border-color css
<style>
span { border-color: #1FB81C; }
span { border-color: rgb(31,184,28); }
td.TdClassName
{
border-color: #1FB81C;
}
.TagClassName
{
border-color: #1FB81C;
}
</style>