Shades of Spring Green #2EFF7E
Tints of Spring Green #2EFF7E
RGB
CMYK
RGB Variations
Color information
#2EFF7E (or 0x2EFF7E) is known color: Spring Green. HEX triplet: 2E, FF and 7E. RGB value is (46,255,126). Sum of RGB (Red+Green+Blue) = 46+255+126=427 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.77% from 427); Green value is 255 (100% from 255 or 59.72% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFF7E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EFF7E is #D10081. Grayscale: #B2B2B2. Windows color (decimal): -13697154 or 8322862. OLE color: 8322862.
HSL color Cylindrical-coordinate representation of color #2EFF7E: hue angle of 142.97º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFF7E is Cyan = 0.82, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 255 | 126 | - |
| CMYK | 0.82 | 0 | 0.51 | 0 |
| HSL | 142.97º | 1% | 0.59% | - |
| HSV(B) | 142.97º | 0.82% | 1% | - |
| XYZ | 40.65 | 73.61 | 31.8 | - |
| YUV | 177.8 | 98.76 | 33.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 255 | 126 | 0.82 | 0 | 0.51 | 0 | 142.97 | 1 | 0.59 |
| Hex | 2E | FF | 7E | 52 | 0 | 33 | 0 | 8F | 64 | 3B |
| Octal | 56 | 377 | 176 | 122 | 0 | 63 | 0 | 217 | 144 | 73 |
| Binary | 101110 | 11111111 | 1111110 | 1010010 | 0 | 110011 | 0 | 10001111 | 1100100 | 111011 |
Color Harmonies of #2EFF7E
Complementary color
Monochromatic Colors of #2EFF7E
Black with #2EFF7E
Text Example
Text Example
White with #2EFF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFF7E; }
p { color: rgb(46,255,126); }
H1.HeaderClassName
{
color: #2EFF7E;
}
.AnyTagClassName
{
color: #2EFF7E;
}
</style>
background-color css
<style>
a { background-color: #2EFF7E; }
a { background-color: rgb(46,255,126); }
div.DivClassName
{
background-color: #2EFF7E;
}
.BgClassName
{
background-color: #2EFF7E;
}
</style>
border-color css
<style>
span { border-color: #2EFF7E; }
span { border-color: rgb(46,255,126); }
td.TdClassName
{
border-color: #2EFF7E;
}
.TagClassName
{
border-color: #2EFF7E;
}
</style>