Shades of Lime Green #1BC616
Tints of Lime Green #1BC616
RGB
CMYK
RGB Variations
Color information
#1BC616 (or 0x1BC616) is known color: Lime Green. HEX triplet: 1B, C6 and 16. RGB value is (27,198,22). Sum of RGB (Red+Green+Blue) = 27+198+22=247 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.93% from 247); Green value is 198 (77.73% from 255 or 80.16% from 247); Blue value is 22 (8.98% from 255 or 8.91% from 247); Max value from RGB is 198 - color contains mainly: green. Hex color #1BC616 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BC616 is #E439E9. Grayscale: #7F7F7F. Windows color (decimal): -14957034 or 1492507. OLE color: 1492507.
HSL color Cylindrical-coordinate representation of color #1BC616: hue angle of 118.3º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BC616 is Cyan = 0.86, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 27 | 198 | 22 | - |
| CMYK | 0.86 | 0 | 0.89 | 0.22 |
| HSL | 118.3º | 0.8% | 0.43% | - |
| HSV(B) | 118.3º | 0.89% | 0.78% | - |
| XYZ | 20.79 | 40.68 | 7.52 | - |
| YUV | 126.81 | 68.85 | 56.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 198 | 22 | 0.86 | 0 | 0.89 | 0.22 | 118.3 | 0.8 | 0.43 |
| Hex | 1B | C6 | 16 | 56 | 0 | 59 | 16 | 76 | 50 | 2B |
| Octal | 33 | 306 | 26 | 126 | 0 | 131 | 26 | 166 | 120 | 53 |
| Binary | 11011 | 11000110 | 10110 | 1010110 | 0 | 1011001 | 10110 | 1110110 | 1010000 | 101011 |
Color Harmonies of #1BC616
Complementary color
Monochromatic Colors of #1BC616
Black with #1BC616
Text Example
Text Example
White with #1BC616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC616; }
p { color: rgb(27,198,22); }
H1.HeaderClassName
{
color: #1BC616;
}
.AnyTagClassName
{
color: #1BC616;
}
</style>
background-color css
<style>
a { background-color: #1BC616; }
a { background-color: rgb(27,198,22); }
div.DivClassName
{
background-color: #1BC616;
}
.BgClassName
{
background-color: #1BC616;
}
</style>
border-color css
<style>
span { border-color: #1BC616; }
span { border-color: rgb(27,198,22); }
td.TdClassName
{
border-color: #1BC616;
}
.TagClassName
{
border-color: #1BC616;
}
</style>