Shades of Spring Green #1EF96B
Tints of Spring Green #1EF96B
RGB
CMYK
RGB Variations
Color information
#1EF96B (or 0x1EF96B) is known color: Spring Green. HEX triplet: 1E, F9 and 6B. RGB value is (30,249,107). Sum of RGB (Red+Green+Blue) = 30+249+107=386 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.77% from 386); Green value is 249 (97.66% from 255 or 64.51% from 386); Blue value is 107 (42.19% from 255 or 27.72% from 386); Max value from RGB is 249 - color contains mainly: green. Hex color #1EF96B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1EF96B is #E10694. Grayscale: #A7A7A7. Windows color (decimal): -14747285 or 7076126. OLE color: 7076126.
HSL color Cylindrical-coordinate representation of color #1EF96B: hue angle of 141.1º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF96B is Cyan = 0.88, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 249 | 107 | - |
| CMYK | 0.88 | 0 | 0.57 | 0.02 |
| HSL | 141.1º | 0.95% | 0.55% | - |
| HSV(B) | 141.1º | 0.88% | 0.98% | - |
| XYZ | 37.06 | 69.09 | 25.29 | - |
| YUV | 167.33 | 93.95 | 30.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 249 | 107 | 0.88 | 0 | 0.57 | 0.02 | 141.1 | 0.95 | 0.55 |
| Hex | 1E | F9 | 6B | 58 | 0 | 39 | 2 | 8D | 5F | 37 |
| Octal | 36 | 371 | 153 | 130 | 0 | 71 | 2 | 215 | 137 | 67 |
| Binary | 11110 | 11111001 | 1101011 | 1011000 | 0 | 111001 | 10 | 10001101 | 1011111 | 110111 |
Color Harmonies of #1EF96B
Complementary color
Monochromatic Colors of #1EF96B
Black with #1EF96B
Text Example
Text Example
White with #1EF96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF96B; }
p { color: rgb(30,249,107); }
H1.HeaderClassName
{
color: #1EF96B;
}
.AnyTagClassName
{
color: #1EF96B;
}
</style>
background-color css
<style>
a { background-color: #1EF96B; }
a { background-color: rgb(30,249,107); }
div.DivClassName
{
background-color: #1EF96B;
}
.BgClassName
{
background-color: #1EF96B;
}
</style>
border-color css
<style>
span { border-color: #1EF96B; }
span { border-color: rgb(30,249,107); }
td.TdClassName
{
border-color: #1EF96B;
}
.TagClassName
{
border-color: #1EF96B;
}
</style>