Shades of Lime Green #1CE036
Tints of Lime Green #1CE036
RGB
CMYK
RGB Variations
Color information
#1CE036 (or 0x1CE036) is known color: Lime Green. HEX triplet: 1C, E0 and 36. RGB value is (28,224,54). Sum of RGB (Red+Green+Blue) = 28+224+54=306 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.15% from 306); Green value is 224 (87.89% from 255 or 73.20% from 306); Blue value is 54 (21.48% from 255 or 17.65% from 306); Max value from RGB is 224 - color contains mainly: green. Hex color #1CE036 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CE036 is #E31FC9. Grayscale: #929292. Windows color (decimal): -14884810 or 3596316. OLE color: 3596316.
HSL color Cylindrical-coordinate representation of color #1CE036: hue angle of 127.96º 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 #1CE036 is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 28 | 224 | 54 | - |
| CMYK | 0.88 | 0 | 0.76 | 0.12 |
| HSL | 127.96º | 0.78% | 0.49% | - |
| HSV(B) | 127.96º | 0.88% | 0.88% | - |
| XYZ | 27.8 | 53.82 | 12.41 | - |
| YUV | 146.02 | 76.07 | 43.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 224 | 54 | 0.88 | 0 | 0.76 | 0.12 | 127.96 | 0.78 | 0.49 |
| Hex | 1C | E0 | 36 | 58 | 0 | 4C | C | 80 | 4E | 31 |
| Octal | 34 | 340 | 66 | 130 | 0 | 114 | 14 | 200 | 116 | 61 |
| Binary | 11100 | 11100000 | 110110 | 1011000 | 0 | 1001100 | 1100 | 10000000 | 1001110 | 110001 |
Color Harmonies of #1CE036
Complementary color
Monochromatic Colors of #1CE036
Black with #1CE036
Text Example
Text Example
White with #1CE036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE036; }
p { color: rgb(28,224,54); }
H1.HeaderClassName
{
color: #1CE036;
}
.AnyTagClassName
{
color: #1CE036;
}
</style>
background-color css
<style>
a { background-color: #1CE036; }
a { background-color: rgb(28,224,54); }
div.DivClassName
{
background-color: #1CE036;
}
.BgClassName
{
background-color: #1CE036;
}
</style>
border-color css
<style>
span { border-color: #1CE036; }
span { border-color: rgb(28,224,54); }
td.TdClassName
{
border-color: #1CE036;
}
.TagClassName
{
border-color: #1CE036;
}
</style>