Shades of Lime Green #1ED438
Tints of Lime Green #1ED438
RGB
CMYK
RGB Variations
Color information
#1ED438 (or 0x1ED438) is known color: Lime Green. HEX triplet: 1E, D4 and 38. RGB value is (30,212,56). Sum of RGB (Red+Green+Blue) = 30+212+56=298 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.07% from 298); Green value is 212 (83.20% from 255 or 71.14% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 212 - color contains mainly: green. Hex color #1ED438 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED438 is #E12BC7. Grayscale: #8C8C8C. Windows color (decimal): -14756808 or 3724318. OLE color: 3724318.
HSL color Cylindrical-coordinate representation of color #1ED438: hue angle of 128.57º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED438 is Cyan = 0.86, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 30 | 212 | 56 | - |
| CMYK | 0.86 | 0 | 0.74 | 0.17 |
| HSL | 128.57º | 0.75% | 0.47% | - |
| HSV(B) | 128.57º | 0.86% | 0.83% | - |
| XYZ | 24.79 | 47.65 | 11.63 | - |
| YUV | 139.8 | 80.7 | 49.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 212 | 56 | 0.86 | 0 | 0.74 | 0.17 | 128.57 | 0.75 | 0.47 |
| Hex | 1E | D4 | 38 | 56 | 0 | 4A | 11 | 81 | 4B | 2F |
| Octal | 36 | 324 | 70 | 126 | 0 | 112 | 21 | 201 | 113 | 57 |
| Binary | 11110 | 11010100 | 111000 | 1010110 | 0 | 1001010 | 10001 | 10000001 | 1001011 | 101111 |
Color Harmonies of #1ED438
Complementary color
Monochromatic Colors of #1ED438
Black with #1ED438
Text Example
Text Example
White with #1ED438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED438; }
p { color: rgb(30,212,56); }
H1.HeaderClassName
{
color: #1ED438;
}
.AnyTagClassName
{
color: #1ED438;
}
</style>
background-color css
<style>
a { background-color: #1ED438; }
a { background-color: rgb(30,212,56); }
div.DivClassName
{
background-color: #1ED438;
}
.BgClassName
{
background-color: #1ED438;
}
</style>
border-color css
<style>
span { border-color: #1ED438; }
span { border-color: rgb(30,212,56); }
td.TdClassName
{
border-color: #1ED438;
}
.TagClassName
{
border-color: #1ED438;
}
</style>