Shades of Spring Green #2EF682
Tints of Spring Green #2EF682
RGB
CMYK
RGB Variations
Color information
#2EF682 (or 0x2EF682) is known color: Spring Green. HEX triplet: 2E, F6 and 82. RGB value is (46,246,130). Sum of RGB (Red+Green+Blue) = 46+246+130=422 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.90% from 422); Green value is 246 (96.48% from 255 or 58.29% from 422); Blue value is 130 (51.17% from 255 or 30.81% from 422); Max value from RGB is 246 - color contains mainly: green. Hex color #2EF682 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF682 is #D1097D. Grayscale: #ADADAD. Windows color (decimal): -13699454 or 8582702. OLE color: 8582702.
HSL color Cylindrical-coordinate representation of color #2EF682: hue angle of 145.2º 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 #2EF682 is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 246 | 130 | - |
| CMYK | 0.81 | 0 | 0.47 | 0.04 |
| HSL | 145.2º | 0.92% | 0.57% | - |
| HSV(B) | 145.2º | 0.81% | 0.96% | - |
| XYZ | 38.11 | 68.1 | 32.26 | - |
| YUV | 172.98 | 103.74 | 37.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 246 | 130 | 0.81 | 0 | 0.47 | 0.04 | 145.2 | 0.92 | 0.57 |
| Hex | 2E | F6 | 82 | 51 | 0 | 2F | 4 | 91 | 5C | 39 |
| Octal | 56 | 366 | 202 | 121 | 0 | 57 | 4 | 221 | 134 | 71 |
| Binary | 101110 | 11110110 | 10000010 | 1010001 | 0 | 101111 | 100 | 10010001 | 1011100 | 111001 |
Color Harmonies of #2EF682
Complementary color
Monochromatic Colors of #2EF682
Black with #2EF682
Text Example
Text Example
White with #2EF682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF682; }
p { color: rgb(46,246,130); }
H1.HeaderClassName
{
color: #2EF682;
}
.AnyTagClassName
{
color: #2EF682;
}
</style>
background-color css
<style>
a { background-color: #2EF682; }
a { background-color: rgb(46,246,130); }
div.DivClassName
{
background-color: #2EF682;
}
.BgClassName
{
background-color: #2EF682;
}
</style>
border-color css
<style>
span { border-color: #2EF682; }
span { border-color: rgb(46,246,130); }
td.TdClassName
{
border-color: #2EF682;
}
.TagClassName
{
border-color: #2EF682;
}
</style>