Shades of Lime Green #1BBC27
Tints of Lime Green #1BBC27
RGB
CMYK
RGB Variations
Color information
#1BBC27 (or 0x1BBC27) is known color: Lime Green. HEX triplet: 1B, BC and 27. RGB value is (27,188,39). Sum of RGB (Red+Green+Blue) = 27+188+39=254 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.63% from 254); Green value is 188 (73.83% from 255 or 74.02% from 254); Blue value is 39 (15.62% from 255 or 15.35% from 254); Max value from RGB is 188 - color contains mainly: green. Hex color #1BBC27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BBC27 is #E443D8. Grayscale: #7B7B7B. Windows color (decimal): -14959577 or 2604059. OLE color: 2604059.
HSL color Cylindrical-coordinate representation of color #1BBC27: hue angle of 124.47º 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 #1BBC27 is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 188 | 39 | - |
| CMYK | 0.86 | 0 | 0.79 | 0.26 |
| HSL | 124.47º | 0.75% | 0.42% | - |
| HSV(B) | 124.47º | 0.86% | 0.74% | - |
| XYZ | 18.8 | 36.35 | 7.94 | - |
| YUV | 122.88 | 80.66 | 59.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 188 | 39 | 0.86 | 0 | 0.79 | 0.26 | 124.47 | 0.75 | 0.42 |
| Hex | 1B | BC | 27 | 56 | 0 | 4F | 1A | 7C | 4B | 2A |
| Octal | 33 | 274 | 47 | 126 | 0 | 117 | 32 | 174 | 113 | 52 |
| Binary | 11011 | 10111100 | 100111 | 1010110 | 0 | 1001111 | 11010 | 1111100 | 1001011 | 101010 |
Color Harmonies of #1BBC27
Complementary color
Monochromatic Colors of #1BBC27
Black with #1BBC27
Text Example
Text Example
White with #1BBC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBC27; }
p { color: rgb(27,188,39); }
H1.HeaderClassName
{
color: #1BBC27;
}
.AnyTagClassName
{
color: #1BBC27;
}
</style>
background-color css
<style>
a { background-color: #1BBC27; }
a { background-color: rgb(27,188,39); }
div.DivClassName
{
background-color: #1BBC27;
}
.BgClassName
{
background-color: #1BBC27;
}
</style>
border-color css
<style>
span { border-color: #1BBC27; }
span { border-color: rgb(27,188,39); }
td.TdClassName
{
border-color: #1BBC27;
}
.TagClassName
{
border-color: #1BBC27;
}
</style>