Shades of Lime Green #1BC216
Tints of Lime Green #1BC216
RGB
CMYK
RGB Variations
Color information
#1BC216 (or 0x1BC216) is known color: Lime Green. HEX triplet: 1B, C2 and 16. RGB value is (27,194,22). Sum of RGB (Red+Green+Blue) = 27+194+22=243 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.11% from 243); Green value is 194 (76.17% from 255 or 79.84% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 194 - color contains mainly: green. Hex color #1BC216 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BC216 is #E43DE9. Grayscale: #7C7C7C. Windows color (decimal): -14958058 or 1491483. OLE color: 1491483.
HSL color Cylindrical-coordinate representation of color #1BC216: hue angle of 118.26º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BC216 is Cyan = 0.86, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 27 | 194 | 22 | - |
| CMYK | 0.86 | 0 | 0.89 | 0.24 |
| HSL | 118.26º | 0.8% | 0.42% | - |
| HSV(B) | 118.26º | 0.89% | 0.76% | - |
| XYZ | 19.89 | 38.87 | 7.21 | - |
| YUV | 124.46 | 70.17 | 58.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 194 | 22 | 0.86 | 0 | 0.89 | 0.24 | 118.26 | 0.8 | 0.42 |
| Hex | 1B | C2 | 16 | 56 | 0 | 59 | 18 | 76 | 50 | 2A |
| Octal | 33 | 302 | 26 | 126 | 0 | 131 | 30 | 166 | 120 | 52 |
| Binary | 11011 | 11000010 | 10110 | 1010110 | 0 | 1011001 | 11000 | 1110110 | 1010000 | 101010 |
Color Harmonies of #1BC216
Complementary color
Monochromatic Colors of #1BC216
Black with #1BC216
Text Example
Text Example
White with #1BC216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC216; }
p { color: rgb(27,194,22); }
H1.HeaderClassName
{
color: #1BC216;
}
.AnyTagClassName
{
color: #1BC216;
}
</style>
background-color css
<style>
a { background-color: #1BC216; }
a { background-color: rgb(27,194,22); }
div.DivClassName
{
background-color: #1BC216;
}
.BgClassName
{
background-color: #1BC216;
}
</style>
border-color css
<style>
span { border-color: #1BC216; }
span { border-color: rgb(27,194,22); }
td.TdClassName
{
border-color: #1BC216;
}
.TagClassName
{
border-color: #1BC216;
}
</style>