Shades of Spring Green #2EFF6C
Tints of Spring Green #2EFF6C
RGB
CMYK
RGB Variations
Color information
#2EFF6C (or 0x2EFF6C) is known color: Spring Green. HEX triplet: 2E, FF and 6C. RGB value is (46,255,108). Sum of RGB (Red+Green+Blue) = 46+255+108=409 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.25% from 409); Green value is 255 (100% from 255 or 62.35% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFF6C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EFF6C is #D10093. Grayscale: #B0B0B0. Windows color (decimal): -13697172 or 7143214. OLE color: 7143214.
HSL color Cylindrical-coordinate representation of color #2EFF6C: hue angle of 137.8º 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 #2EFF6C is Cyan = 0.82, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 255 | 108 | - |
| CMYK | 0.82 | 0 | 0.58 | 0 |
| HSL | 137.8º | 1% | 0.59% | - |
| HSV(B) | 137.8º | 0.82% | 1% | - |
| XYZ | 39.59 | 73.18 | 26.23 | - |
| YUV | 175.75 | 89.76 | 35.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 255 | 108 | 0.82 | 0 | 0.58 | 0 | 137.8 | 1 | 0.59 |
| Hex | 2E | FF | 6C | 52 | 0 | 3A | 0 | 8A | 64 | 3B |
| Octal | 56 | 377 | 154 | 122 | 0 | 72 | 0 | 212 | 144 | 73 |
| Binary | 101110 | 11111111 | 1101100 | 1010010 | 0 | 111010 | 0 | 10001010 | 1100100 | 111011 |
Color Harmonies of #2EFF6C
Complementary color
Monochromatic Colors of #2EFF6C
Black with #2EFF6C
Text Example
Text Example
White with #2EFF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFF6C; }
p { color: rgb(46,255,108); }
H1.HeaderClassName
{
color: #2EFF6C;
}
.AnyTagClassName
{
color: #2EFF6C;
}
</style>
background-color css
<style>
a { background-color: #2EFF6C; }
a { background-color: rgb(46,255,108); }
div.DivClassName
{
background-color: #2EFF6C;
}
.BgClassName
{
background-color: #2EFF6C;
}
</style>
border-color css
<style>
span { border-color: #2EFF6C; }
span { border-color: rgb(46,255,108); }
td.TdClassName
{
border-color: #2EFF6C;
}
.TagClassName
{
border-color: #2EFF6C;
}
</style>