Shades of Lime Green #1ECD1F
Tints of Lime Green #1ECD1F
RGB
CMYK
RGB Variations
Color information
#1ECD1F (or 0x1ECD1F) is known color: Lime Green. HEX triplet: 1E, CD and 1F. RGB value is (30,205,31). Sum of RGB (Red+Green+Blue) = 30+205+31=266 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.28% from 266); Green value is 205 (80.47% from 255 or 77.07% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 205 - color contains mainly: green. Hex color #1ECD1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ECD1F is #E132E0. Grayscale: #858585. Windows color (decimal): -14758625 or 2084126. OLE color: 2084126.
HSL color Cylindrical-coordinate representation of color #1ECD1F: hue angle of 120.34º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1ECD1F is Cyan = 0.85, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 205 | 31 | - |
| CMYK | 0.85 | 0 | 0.85 | 0.20 |
| HSL | 120.34º | 0.74% | 0.46% | - |
| HSV(B) | 120.34º | 0.85% | 0.8% | - |
| XYZ | 22.61 | 44.04 | 8.6 | - |
| YUV | 132.84 | 70.52 | 54.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 205 | 31 | 0.85 | 0 | 0.85 | 0.20 | 120.34 | 0.74 | 0.46 |
| Hex | 1E | CD | 1F | 55 | 0 | 55 | 14 | 78 | 4A | 2E |
| Octal | 36 | 315 | 37 | 125 | 0 | 125 | 24 | 170 | 112 | 56 |
| Binary | 11110 | 11001101 | 11111 | 1010101 | 0 | 1010101 | 10100 | 1111000 | 1001010 | 101110 |
Color Harmonies of #1ECD1F
Complementary color
Monochromatic Colors of #1ECD1F
Black with #1ECD1F
Text Example
Text Example
White with #1ECD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECD1F; }
p { color: rgb(30,205,31); }
H1.HeaderClassName
{
color: #1ECD1F;
}
.AnyTagClassName
{
color: #1ECD1F;
}
</style>
background-color css
<style>
a { background-color: #1ECD1F; }
a { background-color: rgb(30,205,31); }
div.DivClassName
{
background-color: #1ECD1F;
}
.BgClassName
{
background-color: #1ECD1F;
}
</style>
border-color css
<style>
span { border-color: #1ECD1F; }
span { border-color: rgb(30,205,31); }
td.TdClassName
{
border-color: #1ECD1F;
}
.TagClassName
{
border-color: #1ECD1F;
}
</style>