Shades of Spring Green #1EF075
Tints of Spring Green #1EF075
RGB
CMYK
RGB Variations
Color information
#1EF075 (or 0x1EF075) is known color: Spring Green. HEX triplet: 1E, F0 and 75. RGB value is (30,240,117). Sum of RGB (Red+Green+Blue) = 30+240+117=387 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.75% from 387); Green value is 240 (94.14% from 255 or 62.02% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 240 - color contains mainly: green. Hex color #1EF075 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1EF075 is #E10F8A. Grayscale: #A3A3A3. Windows color (decimal): -14749579 or 7729182. OLE color: 7729182.
HSL color Cylindrical-coordinate representation of color #1EF075: hue angle of 144.86º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF075 is Cyan = 0.87, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 30 | 240 | 117 | - |
| CMYK | 0.87 | 0 | 0.51 | 0.06 |
| HSL | 144.86º | 0.88% | 0.53% | - |
| HSV(B) | 144.86º | 0.88% | 0.94% | - |
| XYZ | 34.91 | 63.88 | 27.32 | - |
| YUV | 163.19 | 101.93 | 33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 240 | 117 | 0.87 | 0 | 0.51 | 0.06 | 144.86 | 0.88 | 0.53 |
| Hex | 1E | F0 | 75 | 57 | 0 | 33 | 6 | 91 | 58 | 35 |
| Octal | 36 | 360 | 165 | 127 | 0 | 63 | 6 | 221 | 130 | 65 |
| Binary | 11110 | 11110000 | 1110101 | 1010111 | 0 | 110011 | 110 | 10010001 | 1011000 | 110101 |
Color Harmonies of #1EF075
Complementary color
Monochromatic Colors of #1EF075
Black with #1EF075
Text Example
Text Example
White with #1EF075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF075; }
p { color: rgb(30,240,117); }
H1.HeaderClassName
{
color: #1EF075;
}
.AnyTagClassName
{
color: #1EF075;
}
</style>
background-color css
<style>
a { background-color: #1EF075; }
a { background-color: rgb(30,240,117); }
div.DivClassName
{
background-color: #1EF075;
}
.BgClassName
{
background-color: #1EF075;
}
</style>
border-color css
<style>
span { border-color: #1EF075; }
span { border-color: rgb(30,240,117); }
td.TdClassName
{
border-color: #1EF075;
}
.TagClassName
{
border-color: #1EF075;
}
</style>