Shades of Spring Green #2EF67D
Tints of Spring Green #2EF67D
RGB
CMYK
RGB Variations
Color information
#2EF67D (or 0x2EF67D) is known color: Spring Green. HEX triplet: 2E, F6 and 7D. RGB value is (46,246,125). Sum of RGB (Red+Green+Blue) = 46+246+125=417 (55% of max value = 765). Red value is 46 (18.36% from 255 or 11.03% from 417); Green value is 246 (96.48% from 255 or 58.99% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 246 - color contains mainly: green. Hex color #2EF67D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF67D is #D10982. Grayscale: #ACACAC. Windows color (decimal): -13699459 or 8255022. OLE color: 8255022.
HSL color Cylindrical-coordinate representation of color #2EF67D: hue angle of 143.7º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF67D is Cyan = 0.81, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 246 | 125 | - |
| CMYK | 0.81 | 0 | 0.49 | 0.04 |
| HSL | 143.7º | 0.92% | 0.57% | - |
| HSV(B) | 143.7º | 0.81% | 0.96% | - |
| XYZ | 37.78 | 67.97 | 30.53 | - |
| YUV | 172.41 | 101.24 | 37.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 246 | 125 | 0.81 | 0 | 0.49 | 0.04 | 143.7 | 0.92 | 0.57 |
| Hex | 2E | F6 | 7D | 51 | 0 | 31 | 4 | 90 | 5C | 39 |
| Octal | 56 | 366 | 175 | 121 | 0 | 61 | 4 | 220 | 134 | 71 |
| Binary | 101110 | 11110110 | 1111101 | 1010001 | 0 | 110001 | 100 | 10010000 | 1011100 | 111001 |
Color Harmonies of #2EF67D
Complementary color
Monochromatic Colors of #2EF67D
Black with #2EF67D
Text Example
Text Example
White with #2EF67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF67D; }
p { color: rgb(46,246,125); }
H1.HeaderClassName
{
color: #2EF67D;
}
.AnyTagClassName
{
color: #2EF67D;
}
</style>
background-color css
<style>
a { background-color: #2EF67D; }
a { background-color: rgb(46,246,125); }
div.DivClassName
{
background-color: #2EF67D;
}
.BgClassName
{
background-color: #2EF67D;
}
</style>
border-color css
<style>
span { border-color: #2EF67D; }
span { border-color: rgb(46,246,125); }
td.TdClassName
{
border-color: #2EF67D;
}
.TagClassName
{
border-color: #2EF67D;
}
</style>