Shades of Lime Green #1ECE1F
Tints of Lime Green #1ECE1F
RGB
CMYK
RGB Variations
Color information
#1ECE1F (or 0x1ECE1F) is known color: Lime Green. HEX triplet: 1E, CE and 1F. RGB value is (30,206,31). Sum of RGB (Red+Green+Blue) = 30+206+31=267 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.24% from 267); Green value is 206 (80.86% from 255 or 77.15% from 267); Blue value is 31 (12.5% from 255 or 11.61% from 267); Max value from RGB is 206 - color contains mainly: green. Hex color #1ECE1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ECE1F is #E131E0. Grayscale: #858585. Windows color (decimal): -14758369 or 2084382. OLE color: 2084382.
HSL color Cylindrical-coordinate representation of color #1ECE1F: hue angle of 120.34º 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 #1ECE1F is Cyan = 0.85, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 206 | 31 | - |
| CMYK | 0.85 | 0 | 0.85 | 0.19 |
| HSL | 120.34º | 0.75% | 0.46% | - |
| HSV(B) | 120.34º | 0.85% | 0.81% | - |
| XYZ | 22.85 | 44.52 | 8.68 | - |
| YUV | 133.43 | 70.19 | 54.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 206 | 31 | 0.85 | 0 | 0.85 | 0.19 | 120.34 | 0.75 | 0.46 |
| Hex | 1E | CE | 1F | 55 | 0 | 55 | 13 | 78 | 4B | 2E |
| Octal | 36 | 316 | 37 | 125 | 0 | 125 | 23 | 170 | 113 | 56 |
| Binary | 11110 | 11001110 | 11111 | 1010101 | 0 | 1010101 | 10011 | 1111000 | 1001011 | 101110 |
Color Harmonies of #1ECE1F
Complementary color
Monochromatic Colors of #1ECE1F
Black with #1ECE1F
Text Example
Text Example
White with #1ECE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECE1F; }
p { color: rgb(30,206,31); }
H1.HeaderClassName
{
color: #1ECE1F;
}
.AnyTagClassName
{
color: #1ECE1F;
}
</style>
background-color css
<style>
a { background-color: #1ECE1F; }
a { background-color: rgb(30,206,31); }
div.DivClassName
{
background-color: #1ECE1F;
}
.BgClassName
{
background-color: #1ECE1F;
}
</style>
border-color css
<style>
span { border-color: #1ECE1F; }
span { border-color: rgb(30,206,31); }
td.TdClassName
{
border-color: #1ECE1F;
}
.TagClassName
{
border-color: #1ECE1F;
}
</style>