Shades of Spring Green #1EFA6B
Tints of Spring Green #1EFA6B
RGB
CMYK
RGB Variations
Color information
#1EFA6B (or 0x1EFA6B) is known color: Spring Green. HEX triplet: 1E, FA and 6B. RGB value is (30,250,107). Sum of RGB (Red+Green+Blue) = 30+250+107=387 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.75% from 387); Green value is 250 (98.05% from 255 or 64.60% from 387); Blue value is 107 (42.19% from 255 or 27.65% from 387); Max value from RGB is 250 - color contains mainly: green. Hex color #1EFA6B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1EFA6B is #E10594. Grayscale: #A8A8A8. Windows color (decimal): -14747029 or 7076382. OLE color: 7076382.
HSL color Cylindrical-coordinate representation of color #1EFA6B: hue angle of 141º degrees, saturation: 0.96, 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 #1EFA6B is Cyan = 0.88, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 250 | 107 | - |
| CMYK | 0.88 | 0 | 0.57 | 0.02 |
| HSL | 141º | 0.96% | 0.55% | - |
| HSV(B) | 141º | 0.88% | 0.98% | - |
| XYZ | 37.37 | 69.71 | 25.4 | - |
| YUV | 167.92 | 93.61 | 29.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 250 | 107 | 0.88 | 0 | 0.57 | 0.02 | 141 | 0.96 | 0.55 |
| Hex | 1E | FA | 6B | 58 | 0 | 39 | 2 | 8D | 60 | 37 |
| Octal | 36 | 372 | 153 | 130 | 0 | 71 | 2 | 215 | 140 | 67 |
| Binary | 11110 | 11111010 | 1101011 | 1011000 | 0 | 111001 | 10 | 10001101 | 1100000 | 110111 |
Color Harmonies of #1EFA6B
Complementary color
Monochromatic Colors of #1EFA6B
Black with #1EFA6B
Text Example
Text Example
White with #1EFA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFA6B; }
p { color: rgb(30,250,107); }
H1.HeaderClassName
{
color: #1EFA6B;
}
.AnyTagClassName
{
color: #1EFA6B;
}
</style>
background-color css
<style>
a { background-color: #1EFA6B; }
a { background-color: rgb(30,250,107); }
div.DivClassName
{
background-color: #1EFA6B;
}
.BgClassName
{
background-color: #1EFA6B;
}
</style>
border-color css
<style>
span { border-color: #1EFA6B; }
span { border-color: rgb(30,250,107); }
td.TdClassName
{
border-color: #1EFA6B;
}
.TagClassName
{
border-color: #1EFA6B;
}
</style>