Shades of Lime Green #1BCF18
Tints of Lime Green #1BCF18
RGB
CMYK
RGB Variations
Color information
#1BCF18 (or 0x1BCF18) is known color: Lime Green. HEX triplet: 1B, CF and 18. RGB value is (27,207,24). Sum of RGB (Red+Green+Blue) = 27+207+24=258 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.47% from 258); Green value is 207 (81.25% from 255 or 80.23% from 258); Blue value is 24 (9.77% from 255 or 9.30% from 258); Max value from RGB is 207 - color contains mainly: green. Hex color #1BCF18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BCF18 is #E430E7. Grayscale: #848484. Windows color (decimal): -14954728 or 1625883. OLE color: 1625883.
HSL color Cylindrical-coordinate representation of color #1BCF18: hue angle of 119.02º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BCF18 is Cyan = 0.87, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 207 | 24 | - |
| CMYK | 0.87 | 0 | 0.88 | 0.19 |
| HSL | 119.02º | 0.79% | 0.45% | - |
| HSV(B) | 119.02º | 0.88% | 0.81% | - |
| XYZ | 22.93 | 44.92 | 8.33 | - |
| YUV | 132.32 | 66.87 | 52.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 207 | 24 | 0.87 | 0 | 0.88 | 0.19 | 119.02 | 0.79 | 0.45 |
| Hex | 1B | CF | 18 | 57 | 0 | 58 | 13 | 77 | 4F | 2D |
| Octal | 33 | 317 | 30 | 127 | 0 | 130 | 23 | 167 | 117 | 55 |
| Binary | 11011 | 11001111 | 11000 | 1010111 | 0 | 1011000 | 10011 | 1110111 | 1001111 | 101101 |
Color Harmonies of #1BCF18
Complementary color
Monochromatic Colors of #1BCF18
Black with #1BCF18
Text Example
Text Example
White with #1BCF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCF18; }
p { color: rgb(27,207,24); }
H1.HeaderClassName
{
color: #1BCF18;
}
.AnyTagClassName
{
color: #1BCF18;
}
</style>
background-color css
<style>
a { background-color: #1BCF18; }
a { background-color: rgb(27,207,24); }
div.DivClassName
{
background-color: #1BCF18;
}
.BgClassName
{
background-color: #1BCF18;
}
</style>
border-color css
<style>
span { border-color: #1BCF18; }
span { border-color: rgb(27,207,24); }
td.TdClassName
{
border-color: #1BCF18;
}
.TagClassName
{
border-color: #1BCF18;
}
</style>