Shades of Spring Green #2EFA8A
Tints of Spring Green #2EFA8A
RGB
CMYK
RGB Variations
Color information
#2EFA8A (or 0x2EFA8A) is known color: Spring Green. HEX triplet: 2E, FA and 8A. RGB value is (46,250,138). Sum of RGB (Red+Green+Blue) = 46+250+138=434 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.60% from 434); Green value is 250 (98.05% from 255 or 57.60% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 250 - color contains mainly: green. Hex color #2EFA8A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EFA8A is #D10575. Grayscale: #B0B0B0. Windows color (decimal): -13698422 or 9108014. OLE color: 9108014.
HSL color Cylindrical-coordinate representation of color #2EFA8A: hue angle of 147.06º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFA8A is Cyan = 0.82, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 250 | 138 | - |
| CMYK | 0.82 | 0 | 0.45 | 0.02 |
| HSL | 147.06º | 0.95% | 0.58% | - |
| HSV(B) | 147.06º | 0.82% | 0.98% | - |
| XYZ | 39.9 | 70.79 | 35.61 | - |
| YUV | 176.24 | 106.41 | 35.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 250 | 138 | 0.82 | 0 | 0.45 | 0.02 | 147.06 | 0.95 | 0.58 |
| Hex | 2E | FA | 8A | 52 | 0 | 2D | 2 | 93 | 5F | 3A |
| Octal | 56 | 372 | 212 | 122 | 0 | 55 | 2 | 223 | 137 | 72 |
| Binary | 101110 | 11111010 | 10001010 | 1010010 | 0 | 101101 | 10 | 10010011 | 1011111 | 111010 |
Color Harmonies of #2EFA8A
Complementary color
Monochromatic Colors of #2EFA8A
Black with #2EFA8A
Text Example
Text Example
White with #2EFA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFA8A; }
p { color: rgb(46,250,138); }
H1.HeaderClassName
{
color: #2EFA8A;
}
.AnyTagClassName
{
color: #2EFA8A;
}
</style>
background-color css
<style>
a { background-color: #2EFA8A; }
a { background-color: rgb(46,250,138); }
div.DivClassName
{
background-color: #2EFA8A;
}
.BgClassName
{
background-color: #2EFA8A;
}
</style>
border-color css
<style>
span { border-color: #2EFA8A; }
span { border-color: rgb(46,250,138); }
td.TdClassName
{
border-color: #2EFA8A;
}
.TagClassName
{
border-color: #2EFA8A;
}
</style>