Shades of Spring Green #2EFF6E
Tints of Spring Green #2EFF6E
RGB
CMYK
RGB Variations
Color information
#2EFF6E (or 0x2EFF6E) is known color: Spring Green. HEX triplet: 2E, FF and 6E. RGB value is (46,255,110). Sum of RGB (Red+Green+Blue) = 46+255+110=411 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.19% from 411); Green value is 255 (100% from 255 or 62.04% from 411); Blue value is 110 (43.36% from 255 or 26.76% from 411); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFF6E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EFF6E is #D10091. Grayscale: #B0B0B0. Windows color (decimal): -13697170 or 7274286. OLE color: 7274286.
HSL color Cylindrical-coordinate representation of color #2EFF6E: hue angle of 138.37º 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 #2EFF6E is Cyan = 0.82, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 255 | 110 | - |
| CMYK | 0.82 | 0 | 0.57 | 0 |
| HSL | 138.37º | 1% | 0.59% | - |
| HSV(B) | 138.37º | 0.82% | 1% | - |
| XYZ | 39.7 | 73.23 | 26.79 | - |
| YUV | 175.98 | 90.76 | 35.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 255 | 110 | 0.82 | 0 | 0.57 | 0 | 138.37 | 1 | 0.59 |
| Hex | 2E | FF | 6E | 52 | 0 | 39 | 0 | 8A | 64 | 3B |
| Octal | 56 | 377 | 156 | 122 | 0 | 71 | 0 | 212 | 144 | 73 |
| Binary | 101110 | 11111111 | 1101110 | 1010010 | 0 | 111001 | 0 | 10001010 | 1100100 | 111011 |
Color Harmonies of #2EFF6E
Complementary color
Monochromatic Colors of #2EFF6E
Black with #2EFF6E
Text Example
Text Example
White with #2EFF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFF6E; }
p { color: rgb(46,255,110); }
H1.HeaderClassName
{
color: #2EFF6E;
}
.AnyTagClassName
{
color: #2EFF6E;
}
</style>
background-color css
<style>
a { background-color: #2EFF6E; }
a { background-color: rgb(46,255,110); }
div.DivClassName
{
background-color: #2EFF6E;
}
.BgClassName
{
background-color: #2EFF6E;
}
</style>
border-color css
<style>
span { border-color: #2EFF6E; }
span { border-color: rgb(46,255,110); }
td.TdClassName
{
border-color: #2EFF6E;
}
.TagClassName
{
border-color: #2EFF6E;
}
</style>