Shades of Lime Green #1BC805
Tints of Lime Green #1BC805
RGB
CMYK
RGB Variations
Color information
#1BC805 (or 0x1BC805) is known color: Lime Green. HEX triplet: 1B, C8 and 05. RGB value is (27,200,5). Sum of RGB (Red+Green+Blue) = 27+200+5=232 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.64% from 232); Green value is 200 (78.52% from 255 or 86.21% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 200 - color contains mainly: green. Hex color #1BC805 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BC805 is #E437FA. Grayscale: #7E7E7E. Windows color (decimal): -14956539 or 378907. OLE color: 378907.
HSL color Cylindrical-coordinate representation of color #1BC805: hue angle of 113.23º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1BC805 is Cyan = 0.86, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 27 | 200 | 5 | - |
| CMYK | 0.86 | 0 | 0.98 | 0.22 |
| HSL | 113.23º | 0.95% | 0.4% | - |
| HSV(B) | 113.23º | 0.98% | 0.78% | - |
| XYZ | 21.13 | 41.55 | 7.05 | - |
| YUV | 126.04 | 59.69 | 57.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 200 | 5 | 0.86 | 0 | 0.98 | 0.22 | 113.23 | 0.95 | 0.4 |
| Hex | 1B | C8 | 5 | 56 | 0 | 62 | 16 | 71 | 5F | 28 |
| Octal | 33 | 310 | 5 | 126 | 0 | 142 | 26 | 161 | 137 | 50 |
| Binary | 11011 | 11001000 | 101 | 1010110 | 0 | 1100010 | 10110 | 1110001 | 1011111 | 101000 |
Color Harmonies of #1BC805
Complementary color
Monochromatic Colors of #1BC805
Black with #1BC805
Text Example
Text Example
White with #1BC805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC805; }
p { color: rgb(27,200,5); }
H1.HeaderClassName
{
color: #1BC805;
}
.AnyTagClassName
{
color: #1BC805;
}
</style>
background-color css
<style>
a { background-color: #1BC805; }
a { background-color: rgb(27,200,5); }
div.DivClassName
{
background-color: #1BC805;
}
.BgClassName
{
background-color: #1BC805;
}
</style>
border-color css
<style>
span { border-color: #1BC805; }
span { border-color: rgb(27,200,5); }
td.TdClassName
{
border-color: #1BC805;
}
.TagClassName
{
border-color: #1BC805;
}
</style>