Shades of Lime Green #1BC608
Tints of Lime Green #1BC608
RGB
CMYK
RGB Variations
Color information
#1BC608 (or 0x1BC608) is known color: Lime Green. HEX triplet: 1B, C6 and 08. RGB value is (27,198,8). Sum of RGB (Red+Green+Blue) = 27+198+8=233 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.59% from 233); Green value is 198 (77.73% from 255 or 84.98% from 233); Blue value is 8 (3.52% from 255 or 3.43% from 233); Max value from RGB is 198 - color contains mainly: green. Hex color #1BC608 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BC608 is #E439F7. Grayscale: #7D7D7D. Windows color (decimal): -14957048 or 575003. OLE color: 575003.
HSL color Cylindrical-coordinate representation of color #1BC608: hue angle of 114º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1BC608 is Cyan = 0.86, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 27 | 198 | 8 | - |
| CMYK | 0.86 | 0 | 0.96 | 0.22 |
| HSL | 114º | 0.92% | 0.4% | - |
| HSV(B) | 114º | 0.96% | 0.78% | - |
| XYZ | 20.69 | 40.64 | 6.98 | - |
| YUV | 125.21 | 61.85 | 57.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 198 | 8 | 0.86 | 0 | 0.96 | 0.22 | 114 | 0.92 | 0.4 |
| Hex | 1B | C6 | 8 | 56 | 0 | 60 | 16 | 72 | 5C | 28 |
| Octal | 33 | 306 | 10 | 126 | 0 | 140 | 26 | 162 | 134 | 50 |
| Binary | 11011 | 11000110 | 1000 | 1010110 | 0 | 1100000 | 10110 | 1110010 | 1011100 | 101000 |
Color Harmonies of #1BC608
Complementary color
Monochromatic Colors of #1BC608
Black with #1BC608
Text Example
Text Example
White with #1BC608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC608; }
p { color: rgb(27,198,8); }
H1.HeaderClassName
{
color: #1BC608;
}
.AnyTagClassName
{
color: #1BC608;
}
</style>
background-color css
<style>
a { background-color: #1BC608; }
a { background-color: rgb(27,198,8); }
div.DivClassName
{
background-color: #1BC608;
}
.BgClassName
{
background-color: #1BC608;
}
</style>
border-color css
<style>
span { border-color: #1BC608; }
span { border-color: rgb(27,198,8); }
td.TdClassName
{
border-color: #1BC608;
}
.TagClassName
{
border-color: #1BC608;
}
</style>