Shades of Spring Green #2EF86D
Tints of Spring Green #2EF86D
RGB
CMYK
RGB Variations
Color information
#2EF86D (or 0x2EF86D) is known color: Spring Green. HEX triplet: 2E, F8 and 6D. RGB value is (46,248,109). Sum of RGB (Red+Green+Blue) = 46+248+109=403 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.41% from 403); Green value is 248 (97.27% from 255 or 61.54% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 248 - color contains mainly: green. Hex color #2EF86D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF86D is #D10792. Grayscale: #ACACAC. Windows color (decimal): -13698963 or 7206958. OLE color: 7206958.
HSL color Cylindrical-coordinate representation of color #2EF86D: hue angle of 138.71º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF86D is Cyan = 0.81, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 46 | 248 | 109 | - |
| CMYK | 0.81 | 0 | 0.56 | 0.03 |
| HSL | 138.71º | 0.94% | 0.58% | - |
| HSV(B) | 138.71º | 0.81% | 0.97% | - |
| XYZ | 37.45 | 68.82 | 25.78 | - |
| YUV | 171.76 | 92.58 | 38.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 248 | 109 | 0.81 | 0 | 0.56 | 0.03 | 138.71 | 0.94 | 0.58 |
| Hex | 2E | F8 | 6D | 51 | 0 | 38 | 3 | 8B | 5E | 3A |
| Octal | 56 | 370 | 155 | 121 | 0 | 70 | 3 | 213 | 136 | 72 |
| Binary | 101110 | 11111000 | 1101101 | 1010001 | 0 | 111000 | 11 | 10001011 | 1011110 | 111010 |
Color Harmonies of #2EF86D
Complementary color
Monochromatic Colors of #2EF86D
Black with #2EF86D
Text Example
Text Example
White with #2EF86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF86D; }
p { color: rgb(46,248,109); }
H1.HeaderClassName
{
color: #2EF86D;
}
.AnyTagClassName
{
color: #2EF86D;
}
</style>
background-color css
<style>
a { background-color: #2EF86D; }
a { background-color: rgb(46,248,109); }
div.DivClassName
{
background-color: #2EF86D;
}
.BgClassName
{
background-color: #2EF86D;
}
</style>
border-color css
<style>
span { border-color: #2EF86D; }
span { border-color: rgb(46,248,109); }
td.TdClassName
{
border-color: #2EF86D;
}
.TagClassName
{
border-color: #2EF86D;
}
</style>