Shades of Spring Green #1EF16C
Tints of Spring Green #1EF16C
RGB
CMYK
RGB Variations
Color information
#1EF16C (or 0x1EF16C) is known color: Spring Green. HEX triplet: 1E, F1 and 6C. RGB value is (30,241,108). Sum of RGB (Red+Green+Blue) = 30+241+108=379 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.92% from 379); Green value is 241 (94.53% from 255 or 63.59% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 241 - color contains mainly: green. Hex color #1EF16C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1EF16C is #E10E93. Grayscale: #A3A3A3. Windows color (decimal): -14749332 or 7139614. OLE color: 7139614.
HSL color Cylindrical-coordinate representation of color #1EF16C: hue angle of 142.18º 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 #1EF16C is Cyan = 0.88, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 241 | 108 | - |
| CMYK | 0.88 | 0 | 0.55 | 0.05 |
| HSL | 142.18º | 0.88% | 0.53% | - |
| HSV(B) | 142.18º | 0.88% | 0.95% | - |
| XYZ | 34.7 | 64.27 | 24.76 | - |
| YUV | 162.75 | 97.1 | 33.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 241 | 108 | 0.88 | 0 | 0.55 | 0.05 | 142.18 | 0.88 | 0.53 |
| Hex | 1E | F1 | 6C | 58 | 0 | 37 | 5 | 8E | 58 | 35 |
| Octal | 36 | 361 | 154 | 130 | 0 | 67 | 5 | 216 | 130 | 65 |
| Binary | 11110 | 11110001 | 1101100 | 1011000 | 0 | 110111 | 101 | 10001110 | 1011000 | 110101 |
Color Harmonies of #1EF16C
Complementary color
Monochromatic Colors of #1EF16C
Black with #1EF16C
Text Example
Text Example
White with #1EF16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF16C; }
p { color: rgb(30,241,108); }
H1.HeaderClassName
{
color: #1EF16C;
}
.AnyTagClassName
{
color: #1EF16C;
}
</style>
background-color css
<style>
a { background-color: #1EF16C; }
a { background-color: rgb(30,241,108); }
div.DivClassName
{
background-color: #1EF16C;
}
.BgClassName
{
background-color: #1EF16C;
}
</style>
border-color css
<style>
span { border-color: #1EF16C; }
span { border-color: rgb(30,241,108); }
td.TdClassName
{
border-color: #1EF16C;
}
.TagClassName
{
border-color: #1EF16C;
}
</style>