Shades of Lime Green #1EDA3C
Tints of Lime Green #1EDA3C
RGB
CMYK
RGB Variations
Color information
#1EDA3C (or 0x1EDA3C) is known color: Lime Green. HEX triplet: 1E, DA and 3C. RGB value is (30,218,60). Sum of RGB (Red+Green+Blue) = 30+218+60=308 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.74% from 308); Green value is 218 (85.55% from 255 or 70.78% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 218 - color contains mainly: green. Hex color #1EDA3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDA3C is #E125C3. Grayscale: #909090. Windows color (decimal): -14755268 or 3987998. OLE color: 3987998.
HSL color Cylindrical-coordinate representation of color #1EDA3C: hue angle of 129.57º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDA3C is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
RGB | 30 | 218 | 60 | - |
CMYK | 0.86 | 0 | 0.72 | 0.15 |
HSL | 129.57º | 0.76% | 0.49% | - |
HSV(B) | 129.57º | 0.86% | 0.85% | - |
XYZ | 26.42 | 50.75 | 12.68 | - |
YUV | 143.78 | 80.72 | 46.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 30 | 218 | 60 | 0.86 | 0 | 0.72 | 0.15 | 129.57 | 0.76 | 0.49 |
Hex | 1E | DA | 3C | 56 | 0 | 48 | F | 82 | 4C | 31 |
Octal | 36 | 332 | 74 | 126 | 0 | 110 | 17 | 202 | 114 | 61 |
Binary | 11110 | 11011010 | 111100 | 1010110 | 0 | 1001000 | 1111 | 10000010 | 1001100 | 110001 |
Color Harmonies of #1EDA3C
Complementary color
Monochromatic Colors of #1EDA3C
Black with #1EDA3C
Text Example
Text Example
White with #1EDA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDA3C; }
p { color: rgb(30,218,60); }
H1.HeaderClassName
{
color: #1EDA3C;
}
.AnyTagClassName
{
color: #1EDA3C;
}
</style>
background-color css
<style>
a { background-color: #1EDA3C; }
a { background-color: rgb(30,218,60); }
div.DivClassName
{
background-color: #1EDA3C;
}
.BgClassName
{
background-color: #1EDA3C;
}
</style>
border-color css
<style>
span { border-color: #1EDA3C; }
span { border-color: rgb(30,218,60); }
td.TdClassName
{
border-color: #1EDA3C;
}
.TagClassName
{
border-color: #1EDA3C;
}
</style>