Shades of Spring Green #1EFC80
Tints of Spring Green #1EFC80
RGB
CMYK
RGB Variations
Color information
#1EFC80 (or 0x1EFC80) is known color: Spring Green. HEX triplet: 1E, FC and 80. RGB value is (30,252,128). Sum of RGB (Red+Green+Blue) = 30+252+128=410 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.32% from 410); Green value is 252 (98.83% from 255 or 61.46% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 252 - color contains mainly: green. Hex color #1EFC80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1EFC80 is #E1037F. Grayscale: #ABABAB. Windows color (decimal): -14746496 or 8453150. OLE color: 8453150.
HSL color Cylindrical-coordinate representation of color #1EFC80: hue angle of 146.49º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFC80 is Cyan = 0.88, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 252 | 128 | - |
| CMYK | 0.88 | 0 | 0.49 | 0.01 |
| HSL | 146.49º | 0.97% | 0.55% | - |
| HSV(B) | 146.49º | 0.88% | 0.99% | - |
| XYZ | 39.24 | 71.46 | 32.15 | - |
| YUV | 171.49 | 103.45 | 27.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 252 | 128 | 0.88 | 0 | 0.49 | 0.01 | 146.49 | 0.97 | 0.55 |
| Hex | 1E | FC | 80 | 58 | 0 | 31 | 1 | 92 | 61 | 37 |
| Octal | 36 | 374 | 200 | 130 | 0 | 61 | 1 | 222 | 141 | 67 |
| Binary | 11110 | 11111100 | 10000000 | 1011000 | 0 | 110001 | 1 | 10010010 | 1100001 | 110111 |
Color Harmonies of #1EFC80
Complementary color
Monochromatic Colors of #1EFC80
Black with #1EFC80
Text Example
Text Example
White with #1EFC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFC80; }
p { color: rgb(30,252,128); }
H1.HeaderClassName
{
color: #1EFC80;
}
.AnyTagClassName
{
color: #1EFC80;
}
</style>
background-color css
<style>
a { background-color: #1EFC80; }
a { background-color: rgb(30,252,128); }
div.DivClassName
{
background-color: #1EFC80;
}
.BgClassName
{
background-color: #1EFC80;
}
</style>
border-color css
<style>
span { border-color: #1EFC80; }
span { border-color: rgb(30,252,128); }
td.TdClassName
{
border-color: #1EFC80;
}
.TagClassName
{
border-color: #1EFC80;
}
</style>