Shades of Lime Green #1ECF2A
Tints of Lime Green #1ECF2A
RGB
CMYK
RGB Variations
Color information
#1ECF2A (or 0x1ECF2A) is known color: Lime Green. HEX triplet: 1E, CF and 2A. RGB value is (30,207,42). Sum of RGB (Red+Green+Blue) = 30+207+42=279 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.75% from 279); Green value is 207 (81.25% from 255 or 74.19% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 207 - color contains mainly: green. Hex color #1ECF2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ECF2A is #E130D5. Grayscale: #878787. Windows color (decimal): -14758102 or 2805534. OLE color: 2805534.
HSL color Cylindrical-coordinate representation of color #1ECF2A: hue angle of 124.07º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ECF2A is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 207 | 42 | - |
| CMYK | 0.86 | 0 | 0.80 | 0.19 |
| HSL | 124.07º | 0.75% | 0.46% | - |
| HSV(B) | 124.07º | 0.86% | 0.81% | - |
| XYZ | 23.27 | 45.07 | 9.66 | - |
| YUV | 135.27 | 75.36 | 52.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 207 | 42 | 0.86 | 0 | 0.80 | 0.19 | 124.07 | 0.75 | 0.46 |
| Hex | 1E | CF | 2A | 56 | 0 | 50 | 13 | 7C | 4B | 2E |
| Octal | 36 | 317 | 52 | 126 | 0 | 120 | 23 | 174 | 113 | 56 |
| Binary | 11110 | 11001111 | 101010 | 1010110 | 0 | 1010000 | 10011 | 1111100 | 1001011 | 101110 |
Color Harmonies of #1ECF2A
Complementary color
Monochromatic Colors of #1ECF2A
Black with #1ECF2A
Text Example
Text Example
White with #1ECF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECF2A; }
p { color: rgb(30,207,42); }
H1.HeaderClassName
{
color: #1ECF2A;
}
.AnyTagClassName
{
color: #1ECF2A;
}
</style>
background-color css
<style>
a { background-color: #1ECF2A; }
a { background-color: rgb(30,207,42); }
div.DivClassName
{
background-color: #1ECF2A;
}
.BgClassName
{
background-color: #1ECF2A;
}
</style>
border-color css
<style>
span { border-color: #1ECF2A; }
span { border-color: rgb(30,207,42); }
td.TdClassName
{
border-color: #1ECF2A;
}
.TagClassName
{
border-color: #1ECF2A;
}
</style>