Shades of Lime Green #1ECE26
Tints of Lime Green #1ECE26
RGB
CMYK
RGB Variations
Color information
#1ECE26 (or 0x1ECE26) is known color: Lime Green. HEX triplet: 1E, CE and 26. RGB value is (30,206,38). Sum of RGB (Red+Green+Blue) = 30+206+38=274 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.95% from 274); Green value is 206 (80.86% from 255 or 75.18% from 274); Blue value is 38 (15.23% from 255 or 13.87% from 274); Max value from RGB is 206 - color contains mainly: green. Hex color #1ECE26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ECE26 is #E131D9. Grayscale: #868686. Windows color (decimal): -14758362 or 2543134. OLE color: 2543134.
HSL color Cylindrical-coordinate representation of color #1ECE26: hue angle of 122.73º 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 #1ECE26 is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 206 | 38 | - |
| CMYK | 0.85 | 0 | 0.82 | 0.19 |
| HSL | 122.73º | 0.75% | 0.46% | - |
| HSV(B) | 122.73º | 0.85% | 0.81% | - |
| XYZ | 22.96 | 44.56 | 9.22 | - |
| YUV | 134.22 | 73.69 | 53.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 206 | 38 | 0.85 | 0 | 0.82 | 0.19 | 122.73 | 0.75 | 0.46 |
| Hex | 1E | CE | 26 | 55 | 0 | 52 | 13 | 7B | 4B | 2E |
| Octal | 36 | 316 | 46 | 125 | 0 | 122 | 23 | 173 | 113 | 56 |
| Binary | 11110 | 11001110 | 100110 | 1010101 | 0 | 1010010 | 10011 | 1111011 | 1001011 | 101110 |
Color Harmonies of #1ECE26
Complementary color
Monochromatic Colors of #1ECE26
Black with #1ECE26
Text Example
Text Example
White with #1ECE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECE26; }
p { color: rgb(30,206,38); }
H1.HeaderClassName
{
color: #1ECE26;
}
.AnyTagClassName
{
color: #1ECE26;
}
</style>
background-color css
<style>
a { background-color: #1ECE26; }
a { background-color: rgb(30,206,38); }
div.DivClassName
{
background-color: #1ECE26;
}
.BgClassName
{
background-color: #1ECE26;
}
</style>
border-color css
<style>
span { border-color: #1ECE26; }
span { border-color: rgb(30,206,38); }
td.TdClassName
{
border-color: #1ECE26;
}
.TagClassName
{
border-color: #1ECE26;
}
</style>