Shades of Lime Green #1FBC13
Tints of Lime Green #1FBC13
RGB
CMYK
RGB Variations
Color information
#1FBC13 (or 0x1FBC13) is known color: Lime Green. HEX triplet: 1F, BC and 13. RGB value is (31,188,19). Sum of RGB (Red+Green+Blue) = 31+188+19=238 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.03% from 238); Green value is 188 (73.83% from 255 or 78.99% from 238); Blue value is 19 (7.81% from 255 or 7.98% from 238); Max value from RGB is 188 - color contains mainly: green. Hex color #1FBC13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FBC13 is #E043EC. Grayscale: #7A7A7A. Windows color (decimal): -14697453 or 1293343. OLE color: 1293343.
HSL color Cylindrical-coordinate representation of color #1FBC13: hue angle of 115.74º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1FBC13 is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 188 | 19 | - |
| CMYK | 0.84 | 0 | 0.90 | 0.26 |
| HSL | 115.74º | 0.82% | 0.41% | - |
| HSV(B) | 115.74º | 0.9% | 0.74% | - |
| XYZ | 18.67 | 36.3 | 6.64 | - |
| YUV | 121.79 | 69.99 | 63.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 188 | 19 | 0.84 | 0 | 0.90 | 0.26 | 115.74 | 0.82 | 0.41 |
| Hex | 1F | BC | 13 | 54 | 0 | 5A | 1A | 74 | 52 | 29 |
| Octal | 37 | 274 | 23 | 124 | 0 | 132 | 32 | 164 | 122 | 51 |
| Binary | 11111 | 10111100 | 10011 | 1010100 | 0 | 1011010 | 11010 | 1110100 | 1010010 | 101001 |
Color Harmonies of #1FBC13
Complementary color
Monochromatic Colors of #1FBC13
Black with #1FBC13
Text Example
Text Example
White with #1FBC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBC13; }
p { color: rgb(31,188,19); }
H1.HeaderClassName
{
color: #1FBC13;
}
.AnyTagClassName
{
color: #1FBC13;
}
</style>
background-color css
<style>
a { background-color: #1FBC13; }
a { background-color: rgb(31,188,19); }
div.DivClassName
{
background-color: #1FBC13;
}
.BgClassName
{
background-color: #1FBC13;
}
</style>
border-color css
<style>
span { border-color: #1FBC13; }
span { border-color: rgb(31,188,19); }
td.TdClassName
{
border-color: #1FBC13;
}
.TagClassName
{
border-color: #1FBC13;
}
</style>