Shades of Lime Green #1BCB16
Tints of Lime Green #1BCB16
RGB
CMYK
RGB Variations
Color information
#1BCB16 (or 0x1BCB16) is known color: Lime Green. HEX triplet: 1B, CB and 16. RGB value is (27,203,22). Sum of RGB (Red+Green+Blue) = 27+203+22=252 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.71% from 252); Green value is 203 (79.69% from 255 or 80.56% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 203 - color contains mainly: green. Hex color #1BCB16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BCB16 is #E434E9. Grayscale: #828282. Windows color (decimal): -14955754 or 1493787. OLE color: 1493787.
HSL color Cylindrical-coordinate representation of color #1BCB16: hue angle of 118.34º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BCB16 is Cyan = 0.87, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 27 | 203 | 22 | - |
| CMYK | 0.87 | 0 | 0.89 | 0.20 |
| HSL | 118.34º | 0.8% | 0.44% | - |
| HSV(B) | 118.34º | 0.89% | 0.8% | - |
| XYZ | 21.95 | 43 | 7.9 | - |
| YUV | 129.74 | 67.19 | 54.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 203 | 22 | 0.87 | 0 | 0.89 | 0.20 | 118.34 | 0.8 | 0.44 |
| Hex | 1B | CB | 16 | 57 | 0 | 59 | 14 | 76 | 50 | 2C |
| Octal | 33 | 313 | 26 | 127 | 0 | 131 | 24 | 166 | 120 | 54 |
| Binary | 11011 | 11001011 | 10110 | 1010111 | 0 | 1011001 | 10100 | 1110110 | 1010000 | 101100 |
Color Harmonies of #1BCB16
Complementary color
Monochromatic Colors of #1BCB16
Black with #1BCB16
Text Example
Text Example
White with #1BCB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCB16; }
p { color: rgb(27,203,22); }
H1.HeaderClassName
{
color: #1BCB16;
}
.AnyTagClassName
{
color: #1BCB16;
}
</style>
background-color css
<style>
a { background-color: #1BCB16; }
a { background-color: rgb(27,203,22); }
div.DivClassName
{
background-color: #1BCB16;
}
.BgClassName
{
background-color: #1BCB16;
}
</style>
border-color css
<style>
span { border-color: #1BCB16; }
span { border-color: rgb(27,203,22); }
td.TdClassName
{
border-color: #1BCB16;
}
.TagClassName
{
border-color: #1BCB16;
}
</style>