Shades of Spring Green #2EF98A
Tints of Spring Green #2EF98A
RGB
CMYK
RGB Variations
Color information
#2EF98A (or 0x2EF98A) is known color: Spring Green. HEX triplet: 2E, F9 and 8A. RGB value is (46,249,138). Sum of RGB (Red+Green+Blue) = 46+249+138=433 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.62% from 433); Green value is 249 (97.66% from 255 or 57.51% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 249 - color contains mainly: green. Hex color #2EF98A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF98A is #D10675. Grayscale: #AFAFAF. Windows color (decimal): -13698678 or 9107758. OLE color: 9107758.
HSL color Cylindrical-coordinate representation of color #2EF98A: hue angle of 147.19º degrees, saturation: 0.94, 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 #2EF98A is Cyan = 0.82, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 249 | 138 | - |
| CMYK | 0.82 | 0 | 0.45 | 0.02 |
| HSL | 147.19º | 0.94% | 0.58% | - |
| HSV(B) | 147.19º | 0.82% | 0.98% | - |
| XYZ | 39.59 | 70.17 | 35.5 | - |
| YUV | 175.65 | 106.75 | 35.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 249 | 138 | 0.82 | 0 | 0.45 | 0.02 | 147.19 | 0.94 | 0.58 |
| Hex | 2E | F9 | 8A | 52 | 0 | 2D | 2 | 93 | 5E | 3A |
| Octal | 56 | 371 | 212 | 122 | 0 | 55 | 2 | 223 | 136 | 72 |
| Binary | 101110 | 11111001 | 10001010 | 1010010 | 0 | 101101 | 10 | 10010011 | 1011110 | 111010 |
Color Harmonies of #2EF98A
Complementary color
Monochromatic Colors of #2EF98A
Black with #2EF98A
Text Example
Text Example
White with #2EF98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF98A; }
p { color: rgb(46,249,138); }
H1.HeaderClassName
{
color: #2EF98A;
}
.AnyTagClassName
{
color: #2EF98A;
}
</style>
background-color css
<style>
a { background-color: #2EF98A; }
a { background-color: rgb(46,249,138); }
div.DivClassName
{
background-color: #2EF98A;
}
.BgClassName
{
background-color: #2EF98A;
}
</style>
border-color css
<style>
span { border-color: #2EF98A; }
span { border-color: rgb(46,249,138); }
td.TdClassName
{
border-color: #2EF98A;
}
.TagClassName
{
border-color: #2EF98A;
}
</style>