Shades of Lime Green #1FBC0D
Tints of Lime Green #1FBC0D
RGB
CMYK
RGB Variations
Color information
#1FBC0D (or 0x1FBC0D) is known color: Lime Green. HEX triplet: 1F, BC and 0D. RGB value is (31,188,13). Sum of RGB (Red+Green+Blue) = 31+188+13=232 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.36% from 232); Green value is 188 (73.83% from 255 or 81.03% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 188 - color contains mainly: green. Hex color #1FBC0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FBC0D is #E043F2. Grayscale: #797979. Windows color (decimal): -14697459 or 900127. OLE color: 900127.
HSL color Cylindrical-coordinate representation of color #1FBC0D: hue angle of 113.83º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1FBC0D is Cyan = 0.84, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 188 | 13 | - |
| CMYK | 0.84 | 0 | 0.93 | 0.26 |
| HSL | 113.83º | 0.87% | 0.39% | - |
| HSV(B) | 113.83º | 0.93% | 0.74% | - |
| XYZ | 18.62 | 36.29 | 6.4 | - |
| YUV | 121.11 | 66.99 | 63.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 188 | 13 | 0.84 | 0 | 0.93 | 0.26 | 113.83 | 0.87 | 0.39 |
| Hex | 1F | BC | D | 54 | 0 | 5D | 1A | 72 | 57 | 27 |
| Octal | 37 | 274 | 15 | 124 | 0 | 135 | 32 | 162 | 127 | 47 |
| Binary | 11111 | 10111100 | 1101 | 1010100 | 0 | 1011101 | 11010 | 1110010 | 1010111 | 100111 |
Color Harmonies of #1FBC0D
Complementary color
Monochromatic Colors of #1FBC0D
Black with #1FBC0D
Text Example
Text Example
White with #1FBC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBC0D; }
p { color: rgb(31,188,13); }
H1.HeaderClassName
{
color: #1FBC0D;
}
.AnyTagClassName
{
color: #1FBC0D;
}
</style>
background-color css
<style>
a { background-color: #1FBC0D; }
a { background-color: rgb(31,188,13); }
div.DivClassName
{
background-color: #1FBC0D;
}
.BgClassName
{
background-color: #1FBC0D;
}
</style>
border-color css
<style>
span { border-color: #1FBC0D; }
span { border-color: rgb(31,188,13); }
td.TdClassName
{
border-color: #1FBC0D;
}
.TagClassName
{
border-color: #1FBC0D;
}
</style>