Shades of Lime Green #1CE026
Tints of Lime Green #1CE026
RGB
CMYK
RGB Variations
Color information
#1CE026 (or 0x1CE026) is known color: Lime Green. HEX triplet: 1C, E0 and 26. RGB value is (28,224,38). Sum of RGB (Red+Green+Blue) = 28+224+38=290 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.66% from 290); Green value is 224 (87.89% from 255 or 77.24% from 290); Blue value is 38 (15.23% from 255 or 13.10% from 290); Max value from RGB is 224 - color contains mainly: green. Hex color #1CE026 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CE026 is #E31FD9. Grayscale: #909090. Windows color (decimal): -14884826 or 2547740. OLE color: 2547740.
HSL color Cylindrical-coordinate representation of color #1CE026: hue angle of 123.06º degrees, saturation: 0.78, 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 #1CE026 is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 28 | 224 | 38 | - |
| CMYK | 0.88 | 0 | 0.83 | 0.12 |
| HSL | 123.06º | 0.78% | 0.49% | - |
| HSV(B) | 123.06º | 0.88% | 0.88% | - |
| XYZ | 27.48 | 53.7 | 10.75 | - |
| YUV | 144.19 | 68.07 | 45.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 224 | 38 | 0.88 | 0 | 0.83 | 0.12 | 123.06 | 0.78 | 0.49 |
| Hex | 1C | E0 | 26 | 58 | 0 | 53 | C | 7B | 4E | 31 |
| Octal | 34 | 340 | 46 | 130 | 0 | 123 | 14 | 173 | 116 | 61 |
| Binary | 11100 | 11100000 | 100110 | 1011000 | 0 | 1010011 | 1100 | 1111011 | 1001110 | 110001 |
Color Harmonies of #1CE026
Complementary color
Monochromatic Colors of #1CE026
Black with #1CE026
Text Example
Text Example
White with #1CE026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE026; }
p { color: rgb(28,224,38); }
H1.HeaderClassName
{
color: #1CE026;
}
.AnyTagClassName
{
color: #1CE026;
}
</style>
background-color css
<style>
a { background-color: #1CE026; }
a { background-color: rgb(28,224,38); }
div.DivClassName
{
background-color: #1CE026;
}
.BgClassName
{
background-color: #1CE026;
}
</style>
border-color css
<style>
span { border-color: #1CE026; }
span { border-color: rgb(28,224,38); }
td.TdClassName
{
border-color: #1CE026;
}
.TagClassName
{
border-color: #1CE026;
}
</style>