Shades of Spring Green #1EF185
Tints of Spring Green #1EF185
RGB
CMYK
RGB Variations
Color information
#1EF185 (or 0x1EF185) is known color: Spring Green. HEX triplet: 1E, F1 and 85. RGB value is (30,241,133). Sum of RGB (Red+Green+Blue) = 30+241+133=404 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.43% from 404); Green value is 241 (94.53% from 255 or 59.65% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 241 - color contains mainly: green. Hex color #1EF185 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1EF185 is #E10E7A. Grayscale: #A5A5A5. Windows color (decimal): -14749307 or 8778014. OLE color: 8778014.
HSL color Cylindrical-coordinate representation of color #1EF185: hue angle of 149.29º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF185 is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 241 | 133 | - |
| CMYK | 0.88 | 0 | 0.45 | 0.05 |
| HSL | 149.29º | 0.88% | 0.53% | - |
| HSV(B) | 149.29º | 0.88% | 0.95% | - |
| XYZ | 36.22 | 64.88 | 32.8 | - |
| YUV | 165.6 | 109.6 | 31.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 241 | 133 | 0.88 | 0 | 0.45 | 0.05 | 149.29 | 0.88 | 0.53 |
| Hex | 1E | F1 | 85 | 58 | 0 | 2D | 5 | 95 | 58 | 35 |
| Octal | 36 | 361 | 205 | 130 | 0 | 55 | 5 | 225 | 130 | 65 |
| Binary | 11110 | 11110001 | 10000101 | 1011000 | 0 | 101101 | 101 | 10010101 | 1011000 | 110101 |
Color Harmonies of #1EF185
Complementary color
Monochromatic Colors of #1EF185
Black with #1EF185
Text Example
Text Example
White with #1EF185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF185; }
p { color: rgb(30,241,133); }
H1.HeaderClassName
{
color: #1EF185;
}
.AnyTagClassName
{
color: #1EF185;
}
</style>
background-color css
<style>
a { background-color: #1EF185; }
a { background-color: rgb(30,241,133); }
div.DivClassName
{
background-color: #1EF185;
}
.BgClassName
{
background-color: #1EF185;
}
</style>
border-color css
<style>
span { border-color: #1EF185; }
span { border-color: rgb(30,241,133); }
td.TdClassName
{
border-color: #1EF185;
}
.TagClassName
{
border-color: #1EF185;
}
</style>