Shades of Lime Green #1BBC1A
Tints of Lime Green #1BBC1A
RGB
CMYK
RGB Variations
Color information
#1BBC1A (or 0x1BBC1A) is known color: Lime Green. HEX triplet: 1B, BC and 1A. RGB value is (27,188,26). Sum of RGB (Red+Green+Blue) = 27+188+26=241 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.20% from 241); Green value is 188 (73.83% from 255 or 78.01% from 241); Blue value is 26 (10.55% from 255 or 10.79% from 241); Max value from RGB is 188 - color contains mainly: green. Hex color #1BBC1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BBC1A is #E443E5. Grayscale: #797979. Windows color (decimal): -14959590 or 1752091. OLE color: 1752091.
HSL color Cylindrical-coordinate representation of color #1BBC1A: hue angle of 119.63º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BBC1A is Cyan = 0.86, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 188 | 26 | - |
| CMYK | 0.86 | 0 | 0.86 | 0.26 |
| HSL | 119.63º | 0.76% | 0.42% | - |
| HSV(B) | 119.63º | 0.86% | 0.74% | - |
| XYZ | 18.62 | 36.27 | 7 | - |
| YUV | 121.39 | 74.16 | 60.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 188 | 26 | 0.86 | 0 | 0.86 | 0.26 | 119.63 | 0.76 | 0.42 |
| Hex | 1B | BC | 1A | 56 | 0 | 56 | 1A | 78 | 4C | 2A |
| Octal | 33 | 274 | 32 | 126 | 0 | 126 | 32 | 170 | 114 | 52 |
| Binary | 11011 | 10111100 | 11010 | 1010110 | 0 | 1010110 | 11010 | 1111000 | 1001100 | 101010 |
Color Harmonies of #1BBC1A
Complementary color
Monochromatic Colors of #1BBC1A
Black with #1BBC1A
Text Example
Text Example
White with #1BBC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBC1A; }
p { color: rgb(27,188,26); }
H1.HeaderClassName
{
color: #1BBC1A;
}
.AnyTagClassName
{
color: #1BBC1A;
}
</style>
background-color css
<style>
a { background-color: #1BBC1A; }
a { background-color: rgb(27,188,26); }
div.DivClassName
{
background-color: #1BBC1A;
}
.BgClassName
{
background-color: #1BBC1A;
}
</style>
border-color css
<style>
span { border-color: #1BBC1A; }
span { border-color: rgb(27,188,26); }
td.TdClassName
{
border-color: #1BBC1A;
}
.TagClassName
{
border-color: #1BBC1A;
}
</style>