Shades of Lime Green #1BCE32
Tints of Lime Green #1BCE32
RGB
CMYK
RGB Variations
Color information
#1BCE32 (or 0x1BCE32) is known color: Lime Green. HEX triplet: 1B, CE and 32. RGB value is (27,206,50). Sum of RGB (Red+Green+Blue) = 27+206+50=283 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.54% from 283); Green value is 206 (80.86% from 255 or 72.79% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 206 - color contains mainly: green. Hex color #1BCE32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BCE32 is #E431CD. Grayscale: #878787. Windows color (decimal): -14954958 or 3329563. OLE color: 3329563.
HSL color Cylindrical-coordinate representation of color #1BCE32: hue angle of 127.71º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCE32 is Cyan = 0.87, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 206 | 50 | - |
| CMYK | 0.87 | 0 | 0.76 | 0.19 |
| HSL | 127.71º | 0.77% | 0.46% | - |
| HSV(B) | 127.71º | 0.87% | 0.81% | - |
| XYZ | 23.1 | 44.61 | 10.41 | - |
| YUV | 134.7 | 80.2 | 51.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 206 | 50 | 0.87 | 0 | 0.76 | 0.19 | 127.71 | 0.77 | 0.46 |
| Hex | 1B | CE | 32 | 57 | 0 | 4C | 13 | 80 | 4D | 2E |
| Octal | 33 | 316 | 62 | 127 | 0 | 114 | 23 | 200 | 115 | 56 |
| Binary | 11011 | 11001110 | 110010 | 1010111 | 0 | 1001100 | 10011 | 10000000 | 1001101 | 101110 |
Color Harmonies of #1BCE32
Complementary color
Monochromatic Colors of #1BCE32
Black with #1BCE32
Text Example
Text Example
White with #1BCE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCE32; }
p { color: rgb(27,206,50); }
H1.HeaderClassName
{
color: #1BCE32;
}
.AnyTagClassName
{
color: #1BCE32;
}
</style>
background-color css
<style>
a { background-color: #1BCE32; }
a { background-color: rgb(27,206,50); }
div.DivClassName
{
background-color: #1BCE32;
}
.BgClassName
{
background-color: #1BCE32;
}
</style>
border-color css
<style>
span { border-color: #1BCE32; }
span { border-color: rgb(27,206,50); }
td.TdClassName
{
border-color: #1BCE32;
}
.TagClassName
{
border-color: #1BCE32;
}
</style>