Shades of Lime Green #1CE127
Tints of Lime Green #1CE127
RGB
CMYK
RGB Variations
Color information
#1CE127 (or 0x1CE127) is known color: Lime Green. HEX triplet: 1C, E1 and 27. RGB value is (28,225,39). Sum of RGB (Red+Green+Blue) = 28+225+39=292 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.59% from 292); Green value is 225 (88.28% from 255 or 77.05% from 292); Blue value is 39 (15.62% from 255 or 13.36% from 292); Max value from RGB is 225 - color contains mainly: green. Hex color #1CE127 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CE127 is #E31ED8. Grayscale: #919191. Windows color (decimal): -14884569 or 2613532. OLE color: 2613532.
HSL color Cylindrical-coordinate representation of color #1CE127: hue angle of 123.35º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE127 is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 28 | 225 | 39 | - |
| CMYK | 0.88 | 0 | 0.83 | 0.12 |
| HSL | 123.35º | 0.78% | 0.5% | - |
| HSV(B) | 123.35º | 0.88% | 0.88% | - |
| XYZ | 27.77 | 54.24 | 10.93 | - |
| YUV | 144.89 | 68.23 | 44.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 225 | 39 | 0.88 | 0 | 0.83 | 0.12 | 123.35 | 0.78 | 0.5 |
| Hex | 1C | E1 | 27 | 58 | 0 | 53 | C | 7B | 4E | 32 |
| Octal | 34 | 341 | 47 | 130 | 0 | 123 | 14 | 173 | 116 | 62 |
| Binary | 11100 | 11100001 | 100111 | 1011000 | 0 | 1010011 | 1100 | 1111011 | 1001110 | 110010 |
Color Harmonies of #1CE127
Complementary color
Monochromatic Colors of #1CE127
Black with #1CE127
Text Example
Text Example
White with #1CE127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE127; }
p { color: rgb(28,225,39); }
H1.HeaderClassName
{
color: #1CE127;
}
.AnyTagClassName
{
color: #1CE127;
}
</style>
background-color css
<style>
a { background-color: #1CE127; }
a { background-color: rgb(28,225,39); }
div.DivClassName
{
background-color: #1CE127;
}
.BgClassName
{
background-color: #1CE127;
}
</style>
border-color css
<style>
span { border-color: #1CE127; }
span { border-color: rgb(28,225,39); }
td.TdClassName
{
border-color: #1CE127;
}
.TagClassName
{
border-color: #1CE127;
}
</style>