Shades of Lime Green #1FCB18
Tints of Lime Green #1FCB18
RGB
CMYK
RGB Variations
Color information
#1FCB18 (or 0x1FCB18) is known color: Lime Green. HEX triplet: 1F, CB and 18. RGB value is (31,203,24). Sum of RGB (Red+Green+Blue) = 31+203+24=258 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.02% from 258); Green value is 203 (79.69% from 255 or 78.68% from 258); Blue value is 24 (9.77% from 255 or 9.30% from 258); Max value from RGB is 203 - color contains mainly: green. Hex color #1FCB18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FCB18 is #E034E7. Grayscale: #838383. Windows color (decimal): -14693608 or 1624863. OLE color: 1624863.
HSL color Cylindrical-coordinate representation of color #1FCB18: hue angle of 117.65º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FCB18 is Cyan = 0.85, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 203 | 24 | - |
| CMYK | 0.85 | 0 | 0.88 | 0.20 |
| HSL | 117.65º | 0.79% | 0.45% | - |
| HSV(B) | 117.65º | 0.88% | 0.8% | - |
| XYZ | 22.09 | 43.07 | 8.01 | - |
| YUV | 131.17 | 67.52 | 56.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 203 | 24 | 0.85 | 0 | 0.88 | 0.20 | 117.65 | 0.79 | 0.45 |
| Hex | 1F | CB | 18 | 55 | 0 | 58 | 14 | 76 | 4F | 2D |
| Octal | 37 | 313 | 30 | 125 | 0 | 130 | 24 | 166 | 117 | 55 |
| Binary | 11111 | 11001011 | 11000 | 1010101 | 0 | 1011000 | 10100 | 1110110 | 1001111 | 101101 |
Color Harmonies of #1FCB18
Complementary color
Monochromatic Colors of #1FCB18
Black with #1FCB18
Text Example
Text Example
White with #1FCB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCB18; }
p { color: rgb(31,203,24); }
H1.HeaderClassName
{
color: #1FCB18;
}
.AnyTagClassName
{
color: #1FCB18;
}
</style>
background-color css
<style>
a { background-color: #1FCB18; }
a { background-color: rgb(31,203,24); }
div.DivClassName
{
background-color: #1FCB18;
}
.BgClassName
{
background-color: #1FCB18;
}
</style>
border-color css
<style>
span { border-color: #1FCB18; }
span { border-color: rgb(31,203,24); }
td.TdClassName
{
border-color: #1FCB18;
}
.TagClassName
{
border-color: #1FCB18;
}
</style>