Shades of Spring Green #1EF26C
Tints of Spring Green #1EF26C
RGB
CMYK
RGB Variations
Color information
#1EF26C (or 0x1EF26C) is known color: Spring Green. HEX triplet: 1E, F2 and 6C. RGB value is (30,242,108). Sum of RGB (Red+Green+Blue) = 30+242+108=380 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.89% from 380); Green value is 242 (94.92% from 255 or 63.68% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 242 - color contains mainly: green. Hex color #1EF26C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1EF26C is #E10D93. Grayscale: #A3A3A3. Windows color (decimal): -14749076 or 7139870. OLE color: 7139870.
HSL color Cylindrical-coordinate representation of color #1EF26C: hue angle of 142.08º degrees, saturation: 0.89, 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 #1EF26C is Cyan = 0.88, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 242 | 108 | - |
| CMYK | 0.88 | 0 | 0.55 | 0.05 |
| HSL | 142.08º | 0.89% | 0.53% | - |
| HSV(B) | 142.08º | 0.88% | 0.95% | - |
| XYZ | 34.99 | 64.86 | 24.86 | - |
| YUV | 163.34 | 96.76 | 32.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 242 | 108 | 0.88 | 0 | 0.55 | 0.05 | 142.08 | 0.89 | 0.53 |
| Hex | 1E | F2 | 6C | 58 | 0 | 37 | 5 | 8E | 59 | 35 |
| Octal | 36 | 362 | 154 | 130 | 0 | 67 | 5 | 216 | 131 | 65 |
| Binary | 11110 | 11110010 | 1101100 | 1011000 | 0 | 110111 | 101 | 10001110 | 1011001 | 110101 |
Color Harmonies of #1EF26C
Complementary color
Monochromatic Colors of #1EF26C
Black with #1EF26C
Text Example
Text Example
White with #1EF26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF26C; }
p { color: rgb(30,242,108); }
H1.HeaderClassName
{
color: #1EF26C;
}
.AnyTagClassName
{
color: #1EF26C;
}
</style>
background-color css
<style>
a { background-color: #1EF26C; }
a { background-color: rgb(30,242,108); }
div.DivClassName
{
background-color: #1EF26C;
}
.BgClassName
{
background-color: #1EF26C;
}
</style>
border-color css
<style>
span { border-color: #1EF26C; }
span { border-color: rgb(30,242,108); }
td.TdClassName
{
border-color: #1EF26C;
}
.TagClassName
{
border-color: #1EF26C;
}
</style>