Shades of Lime Green #1BE125
Tints of Lime Green #1BE125
RGB
CMYK
RGB Variations
Color information
#1BE125 (or 0x1BE125) is known color: Lime Green. HEX triplet: 1B, E1 and 25. RGB value is (27,225,37). Sum of RGB (Red+Green+Blue) = 27+225+37=289 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.34% from 289); Green value is 225 (88.28% from 255 or 77.85% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 225 - color contains mainly: green. Hex color #1BE125 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BE125 is #E41EDA. Grayscale: #909090. Windows color (decimal): -14950107 or 2482459. OLE color: 2482459.
HSL color Cylindrical-coordinate representation of color #1BE125: hue angle of 123.03º 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 #1BE125 is Cyan = 0.88, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 27 | 225 | 37 | - |
| CMYK | 0.88 | 0 | 0.84 | 0.12 |
| HSL | 123.03º | 0.79% | 0.49% | - |
| HSV(B) | 123.03º | 0.88% | 0.88% | - |
| XYZ | 27.71 | 54.22 | 10.75 | - |
| YUV | 144.37 | 67.4 | 44.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 225 | 37 | 0.88 | 0 | 0.84 | 0.12 | 123.03 | 0.79 | 0.49 |
| Hex | 1B | E1 | 25 | 58 | 0 | 54 | C | 7B | 4F | 31 |
| Octal | 33 | 341 | 45 | 130 | 0 | 124 | 14 | 173 | 117 | 61 |
| Binary | 11011 | 11100001 | 100101 | 1011000 | 0 | 1010100 | 1100 | 1111011 | 1001111 | 110001 |
Color Harmonies of #1BE125
Complementary color
Monochromatic Colors of #1BE125
Black with #1BE125
Text Example
Text Example
White with #1BE125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE125; }
p { color: rgb(27,225,37); }
H1.HeaderClassName
{
color: #1BE125;
}
.AnyTagClassName
{
color: #1BE125;
}
</style>
background-color css
<style>
a { background-color: #1BE125; }
a { background-color: rgb(27,225,37); }
div.DivClassName
{
background-color: #1BE125;
}
.BgClassName
{
background-color: #1BE125;
}
</style>
border-color css
<style>
span { border-color: #1BE125; }
span { border-color: rgb(27,225,37); }
td.TdClassName
{
border-color: #1BE125;
}
.TagClassName
{
border-color: #1BE125;
}
</style>