Shades of Lime Green #1BC827
Tints of Lime Green #1BC827
RGB
CMYK
RGB Variations
Color information
#1BC827 (or 0x1BC827) is known color: Lime Green. HEX triplet: 1B, C8 and 27. RGB value is (27,200,39). Sum of RGB (Red+Green+Blue) = 27+200+39=266 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.15% from 266); Green value is 200 (78.52% from 255 or 75.19% from 266); Blue value is 39 (15.62% from 255 or 14.66% from 266); Max value from RGB is 200 - color contains mainly: green. Hex color #1BC827 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BC827 is #E437D8. Grayscale: #828282. Windows color (decimal): -14956505 or 2607131. OLE color: 2607131.
HSL color Cylindrical-coordinate representation of color #1BC827: hue angle of 124.16º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BC827 is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 27 | 200 | 39 | - |
| CMYK | 0.86 | 0 | 0.80 | 0.22 |
| HSL | 124.16º | 0.76% | 0.45% | - |
| HSV(B) | 124.16º | 0.87% | 0.78% | - |
| XYZ | 21.47 | 41.69 | 8.83 | - |
| YUV | 129.92 | 76.69 | 54.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 200 | 39 | 0.86 | 0 | 0.80 | 0.22 | 124.16 | 0.76 | 0.45 |
| Hex | 1B | C8 | 27 | 56 | 0 | 50 | 16 | 7C | 4C | 2D |
| Octal | 33 | 310 | 47 | 126 | 0 | 120 | 26 | 174 | 114 | 55 |
| Binary | 11011 | 11001000 | 100111 | 1010110 | 0 | 1010000 | 10110 | 1111100 | 1001100 | 101101 |
Color Harmonies of #1BC827
Complementary color
Monochromatic Colors of #1BC827
Black with #1BC827
Text Example
Text Example
White with #1BC827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC827; }
p { color: rgb(27,200,39); }
H1.HeaderClassName
{
color: #1BC827;
}
.AnyTagClassName
{
color: #1BC827;
}
</style>
background-color css
<style>
a { background-color: #1BC827; }
a { background-color: rgb(27,200,39); }
div.DivClassName
{
background-color: #1BC827;
}
.BgClassName
{
background-color: #1BC827;
}
</style>
border-color css
<style>
span { border-color: #1BC827; }
span { border-color: rgb(27,200,39); }
td.TdClassName
{
border-color: #1BC827;
}
.TagClassName
{
border-color: #1BC827;
}
</style>