Html Css Color HEX #2EF99B Medium Spring Green
📋 copy color: '#2EF99B'red 46 ◦ green 249 ◦ blue 155
Shades of Medium Spring Green #2EF99B
Tints of Medium Spring Green #2EF99B
RGB
CMYK
RGB Variations
Color information
#2EF99B (or 0x2EF99B) is known color: Medium Spring Green. HEX triplet: 2E, F9 and 9B. RGB value is (46,249,155). Sum of RGB (Red+Green+Blue) = 46+249+155=450 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.22% from 450); Green value is 249 (97.66% from 255 or 55.33% from 450); Blue value is 155 (60.94% from 255 or 34.44% from 450); Max value from RGB is 249 - color contains mainly: green. Hex color #2EF99B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF99B is #D10664. Grayscale: #B1B1B1. Windows color (decimal): -13698661 or 10221870. OLE color: 10221870.
HSL color Cylindrical-coordinate representation of color #2EF99B: hue angle of 152.22º 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 #2EF99B is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 249 | 155 | - |
| CMYK | 0.82 | 0 | 0.38 | 0.02 |
| HSL | 152.22º | 0.94% | 0.58% | - |
| HSV(B) | 152.22º | 0.82% | 0.98% | - |
| XYZ | 40.92 | 70.7 | 42.5 | - |
| YUV | 177.59 | 115.25 | 34.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 249 | 155 | 0.82 | 0 | 0.38 | 0.02 | 152.22 | 0.94 | 0.58 |
| Hex | 2E | F9 | 9B | 52 | 0 | 26 | 2 | 98 | 5E | 3A |
| Octal | 56 | 371 | 233 | 122 | 0 | 46 | 2 | 230 | 136 | 72 |
| Binary | 101110 | 11111001 | 10011011 | 1010010 | 0 | 100110 | 10 | 10011000 | 1011110 | 111010 |
Color Harmonies of #2EF99B
Complementary color
Monochromatic Colors of #2EF99B
Black with #2EF99B
Text Example
Text Example
White with #2EF99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF99B; }
p { color: rgb(46,249,155); }
H1.HeaderClassName
{
color: #2EF99B;
}
.AnyTagClassName
{
color: #2EF99B;
}
</style>
background-color css
<style>
a { background-color: #2EF99B; }
a { background-color: rgb(46,249,155); }
div.DivClassName
{
background-color: #2EF99B;
}
.BgClassName
{
background-color: #2EF99B;
}
</style>
border-color css
<style>
span { border-color: #2EF99B; }
span { border-color: rgb(46,249,155); }
td.TdClassName
{
border-color: #2EF99B;
}
.TagClassName
{
border-color: #2EF99B;
}
</style>