Shades of Lime Green #1BBC20
Tints of Lime Green #1BBC20
RGB
CMYK
RGB Variations
Color information
#1BBC20 (or 0x1BBC20) is known color: Lime Green. HEX triplet: 1B, BC and 20. RGB value is (27,188,32). Sum of RGB (Red+Green+Blue) = 27+188+32=247 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.93% from 247); Green value is 188 (73.83% from 255 or 76.11% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 188 - color contains mainly: green. Hex color #1BBC20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BBC20 is #E443DF. Grayscale: #7A7A7A. Windows color (decimal): -14959584 or 2145307. OLE color: 2145307.
HSL color Cylindrical-coordinate representation of color #1BBC20: hue angle of 121.86º 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 #1BBC20 is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 188 | 32 | - |
| CMYK | 0.86 | 0 | 0.83 | 0.26 |
| HSL | 121.86º | 0.75% | 0.42% | - |
| HSV(B) | 121.86º | 0.86% | 0.74% | - |
| XYZ | 18.7 | 36.3 | 7.39 | - |
| YUV | 122.08 | 77.16 | 60.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 188 | 32 | 0.86 | 0 | 0.83 | 0.26 | 121.86 | 0.75 | 0.42 |
| Hex | 1B | BC | 20 | 56 | 0 | 53 | 1A | 7A | 4B | 2A |
| Octal | 33 | 274 | 40 | 126 | 0 | 123 | 32 | 172 | 113 | 52 |
| Binary | 11011 | 10111100 | 100000 | 1010110 | 0 | 1010011 | 11010 | 1111010 | 1001011 | 101010 |
Color Harmonies of #1BBC20
Complementary color
Monochromatic Colors of #1BBC20
Black with #1BBC20
Text Example
Text Example
White with #1BBC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBC20; }
p { color: rgb(27,188,32); }
H1.HeaderClassName
{
color: #1BBC20;
}
.AnyTagClassName
{
color: #1BBC20;
}
</style>
background-color css
<style>
a { background-color: #1BBC20; }
a { background-color: rgb(27,188,32); }
div.DivClassName
{
background-color: #1BBC20;
}
.BgClassName
{
background-color: #1BBC20;
}
</style>
border-color css
<style>
span { border-color: #1BBC20; }
span { border-color: rgb(27,188,32); }
td.TdClassName
{
border-color: #1BBC20;
}
.TagClassName
{
border-color: #1BBC20;
}
</style>