Shades of Lime Green #1FBC19
Tints of Lime Green #1FBC19
RGB
CMYK
RGB Variations
Color information
#1FBC19 (or 0x1FBC19) is known color: Lime Green. HEX triplet: 1F, BC and 19. RGB value is (31,188,25). Sum of RGB (Red+Green+Blue) = 31+188+25=244 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.70% from 244); Green value is 188 (73.83% from 255 or 77.05% from 244); Blue value is 25 (10.16% from 255 or 10.25% from 244); Max value from RGB is 188 - color contains mainly: green. Hex color #1FBC19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FBC19 is #E043E6. Grayscale: #7A7A7A. Windows color (decimal): -14697447 or 1686559. OLE color: 1686559.
HSL color Cylindrical-coordinate representation of color #1FBC19: hue angle of 117.79º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FBC19 is Cyan = 0.84, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 188 | 25 | - |
| CMYK | 0.84 | 0 | 0.87 | 0.26 |
| HSL | 117.79º | 0.77% | 0.42% | - |
| HSV(B) | 117.79º | 0.87% | 0.74% | - |
| XYZ | 18.72 | 36.33 | 6.94 | - |
| YUV | 122.48 | 72.99 | 62.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 188 | 25 | 0.84 | 0 | 0.87 | 0.26 | 117.79 | 0.77 | 0.42 |
| Hex | 1F | BC | 19 | 54 | 0 | 57 | 1A | 76 | 4D | 2A |
| Octal | 37 | 274 | 31 | 124 | 0 | 127 | 32 | 166 | 115 | 52 |
| Binary | 11111 | 10111100 | 11001 | 1010100 | 0 | 1010111 | 11010 | 1110110 | 1001101 | 101010 |
Color Harmonies of #1FBC19
Complementary color
Monochromatic Colors of #1FBC19
Black with #1FBC19
Text Example
Text Example
White with #1FBC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBC19; }
p { color: rgb(31,188,25); }
H1.HeaderClassName
{
color: #1FBC19;
}
.AnyTagClassName
{
color: #1FBC19;
}
</style>
background-color css
<style>
a { background-color: #1FBC19; }
a { background-color: rgb(31,188,25); }
div.DivClassName
{
background-color: #1FBC19;
}
.BgClassName
{
background-color: #1FBC19;
}
</style>
border-color css
<style>
span { border-color: #1FBC19; }
span { border-color: rgb(31,188,25); }
td.TdClassName
{
border-color: #1FBC19;
}
.TagClassName
{
border-color: #1FBC19;
}
</style>