Shades of Spring Green #1EFA80
Tints of Spring Green #1EFA80
RGB
CMYK
RGB Variations
Color information
#1EFA80 (or 0x1EFA80) is known color: Spring Green. HEX triplet: 1E, FA and 80. RGB value is (30,250,128). Sum of RGB (Red+Green+Blue) = 30+250+128=408 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.35% from 408); Green value is 250 (98.05% from 255 or 61.27% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 250 - color contains mainly: green. Hex color #1EFA80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1EFA80 is #E1057F. Grayscale: #AAAAAA. Windows color (decimal): -14747008 or 8452638. OLE color: 8452638.
HSL color Cylindrical-coordinate representation of color #1EFA80: hue angle of 146.73º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFA80 is Cyan = 0.88, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 250 | 128 | - |
| CMYK | 0.88 | 0 | 0.49 | 0.02 |
| HSL | 146.73º | 0.96% | 0.55% | - |
| HSV(B) | 146.73º | 0.88% | 0.98% | - |
| XYZ | 38.62 | 70.21 | 31.94 | - |
| YUV | 170.31 | 104.11 | 27.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 250 | 128 | 0.88 | 0 | 0.49 | 0.02 | 146.73 | 0.96 | 0.55 |
| Hex | 1E | FA | 80 | 58 | 0 | 31 | 2 | 93 | 60 | 37 |
| Octal | 36 | 372 | 200 | 130 | 0 | 61 | 2 | 223 | 140 | 67 |
| Binary | 11110 | 11111010 | 10000000 | 1011000 | 0 | 110001 | 10 | 10010011 | 1100000 | 110111 |
Color Harmonies of #1EFA80
Complementary color
Monochromatic Colors of #1EFA80
Black with #1EFA80
Text Example
Text Example
White with #1EFA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFA80; }
p { color: rgb(30,250,128); }
H1.HeaderClassName
{
color: #1EFA80;
}
.AnyTagClassName
{
color: #1EFA80;
}
</style>
background-color css
<style>
a { background-color: #1EFA80; }
a { background-color: rgb(30,250,128); }
div.DivClassName
{
background-color: #1EFA80;
}
.BgClassName
{
background-color: #1EFA80;
}
</style>
border-color css
<style>
span { border-color: #1EFA80; }
span { border-color: rgb(30,250,128); }
td.TdClassName
{
border-color: #1EFA80;
}
.TagClassName
{
border-color: #1EFA80;
}
</style>