Shades of Spring Green #2EF078
Tints of Spring Green #2EF078
RGB
CMYK
RGB Variations
Color information
#2EF078 (or 0x2EF078) is known color: Spring Green. HEX triplet: 2E, F0 and 78. RGB value is (46,240,120). Sum of RGB (Red+Green+Blue) = 46+240+120=406 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.33% from 406); Green value is 240 (94.14% from 255 or 59.11% from 406); Blue value is 120 (47.27% from 255 or 29.56% from 406); Max value from RGB is 240 - color contains mainly: green. Hex color #2EF078 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF078 is #D10F87. Grayscale: #A8A8A8. Windows color (decimal): -13701000 or 7925806. OLE color: 7925806.
HSL color Cylindrical-coordinate representation of color #2EF078: hue angle of 142.89º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF078 is Cyan = 0.81, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 240 | 120 | - |
| CMYK | 0.81 | 0 | 0.5 | 0.06 |
| HSL | 142.89º | 0.87% | 0.56% | - |
| HSV(B) | 142.89º | 0.81% | 0.94% | - |
| XYZ | 35.68 | 64.26 | 28.29 | - |
| YUV | 168.31 | 100.73 | 40.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 240 | 120 | 0.81 | 0 | 0.5 | 0.06 | 142.89 | 0.87 | 0.56 |
| Hex | 2E | F0 | 78 | 51 | 0 | 32 | 6 | 8F | 57 | 38 |
| Octal | 56 | 360 | 170 | 121 | 0 | 62 | 6 | 217 | 127 | 70 |
| Binary | 101110 | 11110000 | 1111000 | 1010001 | 0 | 110010 | 110 | 10001111 | 1010111 | 111000 |
Color Harmonies of #2EF078
Complementary color
Monochromatic Colors of #2EF078
Black with #2EF078
Text Example
Text Example
White with #2EF078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF078; }
p { color: rgb(46,240,120); }
H1.HeaderClassName
{
color: #2EF078;
}
.AnyTagClassName
{
color: #2EF078;
}
</style>
background-color css
<style>
a { background-color: #2EF078; }
a { background-color: rgb(46,240,120); }
div.DivClassName
{
background-color: #2EF078;
}
.BgClassName
{
background-color: #2EF078;
}
</style>
border-color css
<style>
span { border-color: #2EF078; }
span { border-color: rgb(46,240,120); }
td.TdClassName
{
border-color: #2EF078;
}
.TagClassName
{
border-color: #2EF078;
}
</style>