Shades of Lime Green #1ECE28
Tints of Lime Green #1ECE28
RGB
CMYK
RGB Variations
Color information
#1ECE28 (or 0x1ECE28) is known color: Lime Green. HEX triplet: 1E, CE and 28. RGB value is (30,206,40). Sum of RGB (Red+Green+Blue) = 30+206+40=276 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.87% from 276); Green value is 206 (80.86% from 255 or 74.64% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 206 - color contains mainly: green. Hex color #1ECE28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ECE28 is #E131D7. Grayscale: #868686. Windows color (decimal): -14758360 or 2674206. OLE color: 2674206.
HSL color Cylindrical-coordinate representation of color #1ECE28: hue angle of 123.41º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1ECE28 is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 206 | 40 | - |
| CMYK | 0.85 | 0 | 0.81 | 0.19 |
| HSL | 123.41º | 0.75% | 0.46% | - |
| HSV(B) | 123.41º | 0.85% | 0.81% | - |
| XYZ | 22.99 | 44.57 | 9.4 | - |
| YUV | 134.45 | 74.69 | 53.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 206 | 40 | 0.85 | 0 | 0.81 | 0.19 | 123.41 | 0.75 | 0.46 |
| Hex | 1E | CE | 28 | 55 | 0 | 51 | 13 | 7B | 4B | 2E |
| Octal | 36 | 316 | 50 | 125 | 0 | 121 | 23 | 173 | 113 | 56 |
| Binary | 11110 | 11001110 | 101000 | 1010101 | 0 | 1010001 | 10011 | 1111011 | 1001011 | 101110 |
Color Harmonies of #1ECE28
Complementary color
Monochromatic Colors of #1ECE28
Black with #1ECE28
Text Example
Text Example
White with #1ECE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECE28; }
p { color: rgb(30,206,40); }
H1.HeaderClassName
{
color: #1ECE28;
}
.AnyTagClassName
{
color: #1ECE28;
}
</style>
background-color css
<style>
a { background-color: #1ECE28; }
a { background-color: rgb(30,206,40); }
div.DivClassName
{
background-color: #1ECE28;
}
.BgClassName
{
background-color: #1ECE28;
}
</style>
border-color css
<style>
span { border-color: #1ECE28; }
span { border-color: rgb(30,206,40); }
td.TdClassName
{
border-color: #1ECE28;
}
.TagClassName
{
border-color: #1ECE28;
}
</style>