Shades of Lime Green #1FBC12
Tints of Lime Green #1FBC12
RGB
CMYK
RGB Variations
Color information
#1FBC12 (or 0x1FBC12) is known color: Lime Green. HEX triplet: 1F, BC and 12. RGB value is (31,188,18). Sum of RGB (Red+Green+Blue) = 31+188+18=237 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.08% from 237); Green value is 188 (73.83% from 255 or 79.32% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 188 - color contains mainly: green. Hex color #1FBC12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FBC12 is #E043ED. Grayscale: #7A7A7A. Windows color (decimal): -14697454 or 1227807. OLE color: 1227807.
HSL color Cylindrical-coordinate representation of color #1FBC12: hue angle of 115.41º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1FBC12 is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 188 | 18 | - |
| CMYK | 0.84 | 0 | 0.90 | 0.26 |
| HSL | 115.41º | 0.83% | 0.4% | - |
| HSV(B) | 115.41º | 0.9% | 0.74% | - |
| XYZ | 18.66 | 36.3 | 6.6 | - |
| YUV | 121.68 | 69.49 | 63.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 188 | 18 | 0.84 | 0 | 0.90 | 0.26 | 115.41 | 0.83 | 0.4 |
| Hex | 1F | BC | 12 | 54 | 0 | 5A | 1A | 73 | 53 | 28 |
| Octal | 37 | 274 | 22 | 124 | 0 | 132 | 32 | 163 | 123 | 50 |
| Binary | 11111 | 10111100 | 10010 | 1010100 | 0 | 1011010 | 11010 | 1110011 | 1010011 | 101000 |
Color Harmonies of #1FBC12
Complementary color
Monochromatic Colors of #1FBC12
Black with #1FBC12
Text Example
Text Example
White with #1FBC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBC12; }
p { color: rgb(31,188,18); }
H1.HeaderClassName
{
color: #1FBC12;
}
.AnyTagClassName
{
color: #1FBC12;
}
</style>
background-color css
<style>
a { background-color: #1FBC12; }
a { background-color: rgb(31,188,18); }
div.DivClassName
{
background-color: #1FBC12;
}
.BgClassName
{
background-color: #1FBC12;
}
</style>
border-color css
<style>
span { border-color: #1FBC12; }
span { border-color: rgb(31,188,18); }
td.TdClassName
{
border-color: #1FBC12;
}
.TagClassName
{
border-color: #1FBC12;
}
</style>