Shades of Lime Green #1ECE30
Tints of Lime Green #1ECE30
RGB
CMYK
RGB Variations
Color information
#1ECE30 (or 0x1ECE30) is known color: Lime Green. HEX triplet: 1E, CE and 30. RGB value is (30,206,48). Sum of RGB (Red+Green+Blue) = 30+206+48=284 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.56% from 284); Green value is 206 (80.86% from 255 or 72.54% from 284); Blue value is 48 (19.14% from 255 or 16.90% from 284); Max value from RGB is 206 - color contains mainly: green. Hex color #1ECE30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ECE30 is #E131CF. Grayscale: #878787. Windows color (decimal): -14758352 or 3198494. OLE color: 3198494.
HSL color Cylindrical-coordinate representation of color #1ECE30: hue angle of 126.14º 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 #1ECE30 is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 206 | 48 | - |
| CMYK | 0.85 | 0 | 0.77 | 0.19 |
| HSL | 126.14º | 0.75% | 0.46% | - |
| HSV(B) | 126.14º | 0.85% | 0.81% | - |
| XYZ | 23.14 | 44.63 | 10.19 | - |
| YUV | 135.36 | 78.69 | 52.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 206 | 48 | 0.85 | 0 | 0.77 | 0.19 | 126.14 | 0.75 | 0.46 |
| Hex | 1E | CE | 30 | 55 | 0 | 4D | 13 | 7E | 4B | 2E |
| Octal | 36 | 316 | 60 | 125 | 0 | 115 | 23 | 176 | 113 | 56 |
| Binary | 11110 | 11001110 | 110000 | 1010101 | 0 | 1001101 | 10011 | 1111110 | 1001011 | 101110 |
Color Harmonies of #1ECE30
Complementary color
Monochromatic Colors of #1ECE30
Black with #1ECE30
Text Example
Text Example
White with #1ECE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECE30; }
p { color: rgb(30,206,48); }
H1.HeaderClassName
{
color: #1ECE30;
}
.AnyTagClassName
{
color: #1ECE30;
}
</style>
background-color css
<style>
a { background-color: #1ECE30; }
a { background-color: rgb(30,206,48); }
div.DivClassName
{
background-color: #1ECE30;
}
.BgClassName
{
background-color: #1ECE30;
}
</style>
border-color css
<style>
span { border-color: #1ECE30; }
span { border-color: rgb(30,206,48); }
td.TdClassName
{
border-color: #1ECE30;
}
.TagClassName
{
border-color: #1ECE30;
}
</style>