Shades of Spring Green #1EFE7D
Tints of Spring Green #1EFE7D
RGB
CMYK
RGB Variations
Color information
#1EFE7D (or 0x1EFE7D) is known color: Spring Green. HEX triplet: 1E, FE and 7D. RGB value is (30,254,125). Sum of RGB (Red+Green+Blue) = 30+254+125=409 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.33% from 409); Green value is 254 (99.61% from 255 or 62.10% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 254 - color contains mainly: green. Hex color #1EFE7D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1EFE7D is #E10182. Grayscale: #ACACAC. Windows color (decimal): -14745987 or 8257054. OLE color: 8257054.
HSL color Cylindrical-coordinate representation of color #1EFE7D: hue angle of 145.45º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFE7D is Cyan = 0.88, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 254 | 125 | - |
| CMYK | 0.88 | 0 | 0.51 | 0.00 |
| HSL | 145.45º | 0.99% | 0.56% | - |
| HSV(B) | 145.45º | 0.88% | 1% | - |
| XYZ | 39.68 | 72.64 | 31.33 | - |
| YUV | 172.32 | 101.29 | 26.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 254 | 125 | 0.88 | 0 | 0.51 | 0.00 | 145.45 | 0.99 | 0.56 |
| Hex | 1E | FE | 7D | 58 | 0 | 33 | 0 | 91 | 63 | 38 |
| Octal | 36 | 376 | 175 | 130 | 0 | 63 | 0 | 221 | 143 | 70 |
| Binary | 11110 | 11111110 | 1111101 | 1011000 | 0 | 110011 | 0 | 10010001 | 1100011 | 111000 |
Color Harmonies of #1EFE7D
Complementary color
Monochromatic Colors of #1EFE7D
Black with #1EFE7D
Text Example
Text Example
White with #1EFE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFE7D; }
p { color: rgb(30,254,125); }
H1.HeaderClassName
{
color: #1EFE7D;
}
.AnyTagClassName
{
color: #1EFE7D;
}
</style>
background-color css
<style>
a { background-color: #1EFE7D; }
a { background-color: rgb(30,254,125); }
div.DivClassName
{
background-color: #1EFE7D;
}
.BgClassName
{
background-color: #1EFE7D;
}
</style>
border-color css
<style>
span { border-color: #1EFE7D; }
span { border-color: rgb(30,254,125); }
td.TdClassName
{
border-color: #1EFE7D;
}
.TagClassName
{
border-color: #1EFE7D;
}
</style>