Shades of Spring Green #2EFF6D
Tints of Spring Green #2EFF6D
RGB
CMYK
RGB Variations
Color information
#2EFF6D (or 0x2EFF6D) is known color: Spring Green. HEX triplet: 2E, FF and 6D. RGB value is (46,255,109). Sum of RGB (Red+Green+Blue) = 46+255+109=410 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.22% from 410); Green value is 255 (100% from 255 or 62.20% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFF6D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EFF6D is #D10092. Grayscale: #B0B0B0. Windows color (decimal): -13697171 or 7208750. OLE color: 7208750.
HSL color Cylindrical-coordinate representation of color #2EFF6D: hue angle of 138.09º 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 #2EFF6D is Cyan = 0.82, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 255 | 109 | - |
| CMYK | 0.82 | 0 | 0.57 | 0 |
| HSL | 138.09º | 1% | 0.59% | - |
| HSV(B) | 138.09º | 0.82% | 1% | - |
| XYZ | 39.65 | 73.2 | 26.51 | - |
| YUV | 175.87 | 90.26 | 35.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 255 | 109 | 0.82 | 0 | 0.57 | 0 | 138.09 | 1 | 0.59 |
| Hex | 2E | FF | 6D | 52 | 0 | 39 | 0 | 8A | 64 | 3B |
| Octal | 56 | 377 | 155 | 122 | 0 | 71 | 0 | 212 | 144 | 73 |
| Binary | 101110 | 11111111 | 1101101 | 1010010 | 0 | 111001 | 0 | 10001010 | 1100100 | 111011 |
Color Harmonies of #2EFF6D
Complementary color
Monochromatic Colors of #2EFF6D
Black with #2EFF6D
Text Example
Text Example
White with #2EFF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFF6D; }
p { color: rgb(46,255,109); }
H1.HeaderClassName
{
color: #2EFF6D;
}
.AnyTagClassName
{
color: #2EFF6D;
}
</style>
background-color css
<style>
a { background-color: #2EFF6D; }
a { background-color: rgb(46,255,109); }
div.DivClassName
{
background-color: #2EFF6D;
}
.BgClassName
{
background-color: #2EFF6D;
}
</style>
border-color css
<style>
span { border-color: #2EFF6D; }
span { border-color: rgb(46,255,109); }
td.TdClassName
{
border-color: #2EFF6D;
}
.TagClassName
{
border-color: #2EFF6D;
}
</style>