Shades of Spring Green #2EFA7A
Tints of Spring Green #2EFA7A
RGB
CMYK
RGB Variations
Color information
#2EFA7A (or 0x2EFA7A) is known color: Spring Green. HEX triplet: 2E, FA and 7A. RGB value is (46,250,122). Sum of RGB (Red+Green+Blue) = 46+250+122=418 (55% of max value = 765). Red value is 46 (18.36% from 255 or 11.00% from 418); Green value is 250 (98.05% from 255 or 59.81% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 250 - color contains mainly: green. Hex color #2EFA7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EFA7A is #D10585. Grayscale: #AEAEAE. Windows color (decimal): -13698438 or 8059438. OLE color: 8059438.
HSL color Cylindrical-coordinate representation of color #2EFA7A: hue angle of 142.35º 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 #2EFA7A is Cyan = 0.82, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 250 | 122 | - |
| CMYK | 0.82 | 0 | 0.51 | 0.02 |
| HSL | 142.35º | 0.95% | 0.58% | - |
| HSV(B) | 142.35º | 0.82% | 0.98% | - |
| XYZ | 38.83 | 70.36 | 29.95 | - |
| YUV | 174.41 | 98.41 | 36.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 250 | 122 | 0.82 | 0 | 0.51 | 0.02 | 142.35 | 0.95 | 0.58 |
| Hex | 2E | FA | 7A | 52 | 0 | 33 | 2 | 8E | 5F | 3A |
| Octal | 56 | 372 | 172 | 122 | 0 | 63 | 2 | 216 | 137 | 72 |
| Binary | 101110 | 11111010 | 1111010 | 1010010 | 0 | 110011 | 10 | 10001110 | 1011111 | 111010 |
Color Harmonies of #2EFA7A
Complementary color
Monochromatic Colors of #2EFA7A
Black with #2EFA7A
Text Example
Text Example
White with #2EFA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFA7A; }
p { color: rgb(46,250,122); }
H1.HeaderClassName
{
color: #2EFA7A;
}
.AnyTagClassName
{
color: #2EFA7A;
}
</style>
background-color css
<style>
a { background-color: #2EFA7A; }
a { background-color: rgb(46,250,122); }
div.DivClassName
{
background-color: #2EFA7A;
}
.BgClassName
{
background-color: #2EFA7A;
}
</style>
border-color css
<style>
span { border-color: #2EFA7A; }
span { border-color: rgb(46,250,122); }
td.TdClassName
{
border-color: #2EFA7A;
}
.TagClassName
{
border-color: #2EFA7A;
}
</style>