Shades of Lime Green #1BBC22
Tints of Lime Green #1BBC22
RGB
CMYK
RGB Variations
Color information
#1BBC22 (or 0x1BBC22) is known color: Lime Green. HEX triplet: 1B, BC and 22. RGB value is (27,188,34). Sum of RGB (Red+Green+Blue) = 27+188+34=249 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.84% from 249); Green value is 188 (73.83% from 255 or 75.50% from 249); Blue value is 34 (13.67% from 255 or 13.65% from 249); Max value from RGB is 188 - color contains mainly: green. Hex color #1BBC22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BBC22 is #E443DD. Grayscale: #7A7A7A. Windows color (decimal): -14959582 or 2276379. OLE color: 2276379.
HSL color Cylindrical-coordinate representation of color #1BBC22: hue angle of 122.61º degrees, saturation: 0.75, 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 #1BBC22 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 188 | 34 | - |
| CMYK | 0.86 | 0 | 0.82 | 0.26 |
| HSL | 122.61º | 0.75% | 0.42% | - |
| HSV(B) | 122.61º | 0.86% | 0.74% | - |
| XYZ | 18.72 | 36.31 | 7.54 | - |
| YUV | 122.31 | 78.16 | 60.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 188 | 34 | 0.86 | 0 | 0.82 | 0.26 | 122.61 | 0.75 | 0.42 |
| Hex | 1B | BC | 22 | 56 | 0 | 52 | 1A | 7B | 4B | 2A |
| Octal | 33 | 274 | 42 | 126 | 0 | 122 | 32 | 173 | 113 | 52 |
| Binary | 11011 | 10111100 | 100010 | 1010110 | 0 | 1010010 | 11010 | 1111011 | 1001011 | 101010 |
Color Harmonies of #1BBC22
Complementary color
Monochromatic Colors of #1BBC22
Black with #1BBC22
Text Example
Text Example
White with #1BBC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBC22; }
p { color: rgb(27,188,34); }
H1.HeaderClassName
{
color: #1BBC22;
}
.AnyTagClassName
{
color: #1BBC22;
}
</style>
background-color css
<style>
a { background-color: #1BBC22; }
a { background-color: rgb(27,188,34); }
div.DivClassName
{
background-color: #1BBC22;
}
.BgClassName
{
background-color: #1BBC22;
}
</style>
border-color css
<style>
span { border-color: #1BBC22; }
span { border-color: rgb(27,188,34); }
td.TdClassName
{
border-color: #1BBC22;
}
.TagClassName
{
border-color: #1BBC22;
}
</style>