Shades of Lime Green #1BE133
Tints of Lime Green #1BE133
RGB
CMYK
RGB Variations
Color information
#1BE133 (or 0x1BE133) is known color: Lime Green. HEX triplet: 1B, E1 and 33. RGB value is (27,225,51). Sum of RGB (Red+Green+Blue) = 27+225+51=303 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.91% from 303); Green value is 225 (88.28% from 255 or 74.26% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 225 - color contains mainly: green. Hex color #1BE133 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BE133 is #E41ECC. Grayscale: #929292. Windows color (decimal): -14950093 or 3399963. OLE color: 3399963.
HSL color Cylindrical-coordinate representation of color #1BE133: hue angle of 127.27º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BE133 is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 27 | 225 | 51 | - |
| CMYK | 0.88 | 0 | 0.77 | 0.12 |
| HSL | 127.27º | 0.79% | 0.49% | - |
| HSV(B) | 127.27º | 0.88% | 0.88% | - |
| XYZ | 27.97 | 54.32 | 12.14 | - |
| YUV | 145.96 | 74.4 | 43.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 225 | 51 | 0.88 | 0 | 0.77 | 0.12 | 127.27 | 0.79 | 0.49 |
| Hex | 1B | E1 | 33 | 58 | 0 | 4D | C | 7F | 4F | 31 |
| Octal | 33 | 341 | 63 | 130 | 0 | 115 | 14 | 177 | 117 | 61 |
| Binary | 11011 | 11100001 | 110011 | 1011000 | 0 | 1001101 | 1100 | 1111111 | 1001111 | 110001 |
Color Harmonies of #1BE133
Complementary color
Monochromatic Colors of #1BE133
Black with #1BE133
Text Example
Text Example
White with #1BE133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE133; }
p { color: rgb(27,225,51); }
H1.HeaderClassName
{
color: #1BE133;
}
.AnyTagClassName
{
color: #1BE133;
}
</style>
background-color css
<style>
a { background-color: #1BE133; }
a { background-color: rgb(27,225,51); }
div.DivClassName
{
background-color: #1BE133;
}
.BgClassName
{
background-color: #1BE133;
}
</style>
border-color css
<style>
span { border-color: #1BE133; }
span { border-color: rgb(27,225,51); }
td.TdClassName
{
border-color: #1BE133;
}
.TagClassName
{
border-color: #1BE133;
}
</style>