Shades of Lime Green #1FCB12
Tints of Lime Green #1FCB12
RGB
CMYK
RGB Variations
Color information
#1FCB12 (or 0x1FCB12) is known color: Lime Green. HEX triplet: 1F, CB and 12. RGB value is (31,203,18). Sum of RGB (Red+Green+Blue) = 31+203+18=252 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.30% from 252); Green value is 203 (79.69% from 255 or 80.56% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 203 - color contains mainly: green. Hex color #1FCB12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FCB12 is #E034ED. Grayscale: #838383. Windows color (decimal): -14693614 or 1231647. OLE color: 1231647.
HSL color Cylindrical-coordinate representation of color #1FCB12: hue angle of 115.78º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1FCB12 is Cyan = 0.85, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 203 | 18 | - |
| CMYK | 0.85 | 0 | 0.91 | 0.20 |
| HSL | 115.78º | 0.84% | 0.43% | - |
| HSV(B) | 115.78º | 0.91% | 0.8% | - |
| XYZ | 22.03 | 43.05 | 7.72 | - |
| YUV | 130.48 | 64.52 | 57.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 203 | 18 | 0.85 | 0 | 0.91 | 0.20 | 115.78 | 0.84 | 0.43 |
| Hex | 1F | CB | 12 | 55 | 0 | 5B | 14 | 74 | 54 | 2B |
| Octal | 37 | 313 | 22 | 125 | 0 | 133 | 24 | 164 | 124 | 53 |
| Binary | 11111 | 11001011 | 10010 | 1010101 | 0 | 1011011 | 10100 | 1110100 | 1010100 | 101011 |
Color Harmonies of #1FCB12
Complementary color
Monochromatic Colors of #1FCB12
Black with #1FCB12
Text Example
Text Example
White with #1FCB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCB12; }
p { color: rgb(31,203,18); }
H1.HeaderClassName
{
color: #1FCB12;
}
.AnyTagClassName
{
color: #1FCB12;
}
</style>
background-color css
<style>
a { background-color: #1FCB12; }
a { background-color: rgb(31,203,18); }
div.DivClassName
{
background-color: #1FCB12;
}
.BgClassName
{
background-color: #1FCB12;
}
</style>
border-color css
<style>
span { border-color: #1FCB12; }
span { border-color: rgb(31,203,18); }
td.TdClassName
{
border-color: #1FCB12;
}
.TagClassName
{
border-color: #1FCB12;
}
</style>