Shades of Lime Green #1BCB05
Tints of Lime Green #1BCB05
RGB
CMYK
RGB Variations
Color information
#1BCB05 (or 0x1BCB05) is known color: Lime Green. HEX triplet: 1B, CB and 05. RGB value is (27,203,5). Sum of RGB (Red+Green+Blue) = 27+203+5=235 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.49% from 235); Green value is 203 (79.69% from 255 or 86.38% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 203 - color contains mainly: green. Hex color #1BCB05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BCB05 is #E434FA. Grayscale: #808080. Windows color (decimal): -14955771 or 379675. OLE color: 379675.
HSL color Cylindrical-coordinate representation of color #1BCB05: hue angle of 113.33º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1BCB05 is Cyan = 0.87, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 27 | 203 | 5 | - |
| CMYK | 0.87 | 0 | 0.98 | 0.20 |
| HSL | 113.33º | 0.95% | 0.41% | - |
| HSV(B) | 113.33º | 0.98% | 0.8% | - |
| XYZ | 21.84 | 42.96 | 7.28 | - |
| YUV | 127.8 | 58.69 | 56.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 203 | 5 | 0.87 | 0 | 0.98 | 0.20 | 113.33 | 0.95 | 0.41 |
| Hex | 1B | CB | 5 | 57 | 0 | 62 | 14 | 71 | 5F | 29 |
| Octal | 33 | 313 | 5 | 127 | 0 | 142 | 24 | 161 | 137 | 51 |
| Binary | 11011 | 11001011 | 101 | 1010111 | 0 | 1100010 | 10100 | 1110001 | 1011111 | 101001 |
Color Harmonies of #1BCB05
Complementary color
Monochromatic Colors of #1BCB05
Black with #1BCB05
Text Example
Text Example
White with #1BCB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCB05; }
p { color: rgb(27,203,5); }
H1.HeaderClassName
{
color: #1BCB05;
}
.AnyTagClassName
{
color: #1BCB05;
}
</style>
background-color css
<style>
a { background-color: #1BCB05; }
a { background-color: rgb(27,203,5); }
div.DivClassName
{
background-color: #1BCB05;
}
.BgClassName
{
background-color: #1BCB05;
}
</style>
border-color css
<style>
span { border-color: #1BCB05; }
span { border-color: rgb(27,203,5); }
td.TdClassName
{
border-color: #1BCB05;
}
.TagClassName
{
border-color: #1BCB05;
}
</style>