Shades of Lime Green #1BC615
Tints of Lime Green #1BC615
RGB
CMYK
RGB Variations
Color information
#1BC615 (or 0x1BC615) is known color: Lime Green. HEX triplet: 1B, C6 and 15. RGB value is (27,198,21). Sum of RGB (Red+Green+Blue) = 27+198+21=246 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.98% from 246); Green value is 198 (77.73% from 255 or 80.49% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 198 - color contains mainly: green. Hex color #1BC615 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BC615 is #E439EA. Grayscale: #7F7F7F. Windows color (decimal): -14957035 or 1426971. OLE color: 1426971.
HSL color Cylindrical-coordinate representation of color #1BC615: hue angle of 117.97º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BC615 is Cyan = 0.86, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 27 | 198 | 21 | - |
| CMYK | 0.86 | 0 | 0.89 | 0.22 |
| HSL | 117.97º | 0.81% | 0.43% | - |
| HSV(B) | 117.97º | 0.89% | 0.78% | - |
| XYZ | 20.78 | 40.68 | 7.47 | - |
| YUV | 126.69 | 68.35 | 56.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 198 | 21 | 0.86 | 0 | 0.89 | 0.22 | 117.97 | 0.81 | 0.43 |
| Hex | 1B | C6 | 15 | 56 | 0 | 59 | 16 | 76 | 51 | 2B |
| Octal | 33 | 306 | 25 | 126 | 0 | 131 | 26 | 166 | 121 | 53 |
| Binary | 11011 | 11000110 | 10101 | 1010110 | 0 | 1011001 | 10110 | 1110110 | 1010001 | 101011 |
Color Harmonies of #1BC615
Complementary color
Monochromatic Colors of #1BC615
Black with #1BC615
Text Example
Text Example
White with #1BC615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC615; }
p { color: rgb(27,198,21); }
H1.HeaderClassName
{
color: #1BC615;
}
.AnyTagClassName
{
color: #1BC615;
}
</style>
background-color css
<style>
a { background-color: #1BC615; }
a { background-color: rgb(27,198,21); }
div.DivClassName
{
background-color: #1BC615;
}
.BgClassName
{
background-color: #1BC615;
}
</style>
border-color css
<style>
span { border-color: #1BC615; }
span { border-color: rgb(27,198,21); }
td.TdClassName
{
border-color: #1BC615;
}
.TagClassName
{
border-color: #1BC615;
}
</style>