Shades of Lime Green #1BC226
Tints of Lime Green #1BC226
RGB
CMYK
RGB Variations
Color information
#1BC226 (or 0x1BC226) is known color: Lime Green. HEX triplet: 1B, C2 and 26. RGB value is (27,194,38). Sum of RGB (Red+Green+Blue) = 27+194+38=259 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.42% from 259); Green value is 194 (76.17% from 255 or 74.90% from 259); Blue value is 38 (15.23% from 255 or 14.67% from 259); Max value from RGB is 194 - color contains mainly: green. Hex color #1BC226 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BC226 is #E43DD9. Grayscale: #7E7E7E. Windows color (decimal): -14958042 or 2540059. OLE color: 2540059.
HSL color Cylindrical-coordinate representation of color #1BC226: hue angle of 123.95º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC226 is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 27 | 194 | 38 | - |
| CMYK | 0.86 | 0 | 0.80 | 0.24 |
| HSL | 123.95º | 0.76% | 0.43% | - |
| HSV(B) | 123.95º | 0.86% | 0.76% | - |
| XYZ | 20.09 | 38.96 | 8.29 | - |
| YUV | 126.28 | 78.17 | 57.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 194 | 38 | 0.86 | 0 | 0.80 | 0.24 | 123.95 | 0.76 | 0.43 |
| Hex | 1B | C2 | 26 | 56 | 0 | 50 | 18 | 7C | 4C | 2B |
| Octal | 33 | 302 | 46 | 126 | 0 | 120 | 30 | 174 | 114 | 53 |
| Binary | 11011 | 11000010 | 100110 | 1010110 | 0 | 1010000 | 11000 | 1111100 | 1001100 | 101011 |
Color Harmonies of #1BC226
Complementary color
Monochromatic Colors of #1BC226
Black with #1BC226
Text Example
Text Example
White with #1BC226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC226; }
p { color: rgb(27,194,38); }
H1.HeaderClassName
{
color: #1BC226;
}
.AnyTagClassName
{
color: #1BC226;
}
</style>
background-color css
<style>
a { background-color: #1BC226; }
a { background-color: rgb(27,194,38); }
div.DivClassName
{
background-color: #1BC226;
}
.BgClassName
{
background-color: #1BC226;
}
</style>
border-color css
<style>
span { border-color: #1BC226; }
span { border-color: rgb(27,194,38); }
td.TdClassName
{
border-color: #1BC226;
}
.TagClassName
{
border-color: #1BC226;
}
</style>