Shades of Lime Green #1BBC16
Tints of Lime Green #1BBC16
RGB
CMYK
RGB Variations
Color information
#1BBC16 (or 0x1BBC16) is known color: Lime Green. HEX triplet: 1B, BC and 16. RGB value is (27,188,22). Sum of RGB (Red+Green+Blue) = 27+188+22=237 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.39% from 237); Green value is 188 (73.83% from 255 or 79.32% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 188 - color contains mainly: green. Hex color #1BBC16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BBC16 is #E443E9. Grayscale: #797979. Windows color (decimal): -14959594 or 1489947. OLE color: 1489947.
HSL color Cylindrical-coordinate representation of color #1BBC16: hue angle of 118.19º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BBC16 is Cyan = 0.86, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 188 | 22 | - |
| CMYK | 0.86 | 0 | 0.88 | 0.26 |
| HSL | 118.19º | 0.79% | 0.41% | - |
| HSV(B) | 118.19º | 0.88% | 0.74% | - |
| XYZ | 18.58 | 36.26 | 6.78 | - |
| YUV | 120.94 | 72.16 | 61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 188 | 22 | 0.86 | 0 | 0.88 | 0.26 | 118.19 | 0.79 | 0.41 |
| Hex | 1B | BC | 16 | 56 | 0 | 58 | 1A | 76 | 4F | 29 |
| Octal | 33 | 274 | 26 | 126 | 0 | 130 | 32 | 166 | 117 | 51 |
| Binary | 11011 | 10111100 | 10110 | 1010110 | 0 | 1011000 | 11010 | 1110110 | 1001111 | 101001 |
Color Harmonies of #1BBC16
Complementary color
Monochromatic Colors of #1BBC16
Black with #1BBC16
Text Example
Text Example
White with #1BBC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBC16; }
p { color: rgb(27,188,22); }
H1.HeaderClassName
{
color: #1BBC16;
}
.AnyTagClassName
{
color: #1BBC16;
}
</style>
background-color css
<style>
a { background-color: #1BBC16; }
a { background-color: rgb(27,188,22); }
div.DivClassName
{
background-color: #1BBC16;
}
.BgClassName
{
background-color: #1BBC16;
}
</style>
border-color css
<style>
span { border-color: #1BBC16; }
span { border-color: rgb(27,188,22); }
td.TdClassName
{
border-color: #1BBC16;
}
.TagClassName
{
border-color: #1BBC16;
}
</style>