Shades of Spring Green #2EFE8B
Tints of Spring Green #2EFE8B
RGB
CMYK
RGB Variations
Color information
#2EFE8B (or 0x2EFE8B) is known color: Spring Green. HEX triplet: 2E, FE and 8B. RGB value is (46,254,139). Sum of RGB (Red+Green+Blue) = 46+254+139=439 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.48% from 439); Green value is 254 (99.61% from 255 or 57.86% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 254 - color contains mainly: green. Hex color #2EFE8B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EFE8B is #D10174. Grayscale: #B2B2B2. Windows color (decimal): -13697397 or 9174574. OLE color: 9174574.
HSL color Cylindrical-coordinate representation of color #2EFE8B: hue angle of 146.83º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFE8B is Cyan = 0.82, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 254 | 139 | - |
| CMYK | 0.82 | 0 | 0.45 | 0.00 |
| HSL | 146.83º | 0.99% | 0.59% | - |
| HSV(B) | 146.83º | 0.82% | 1% | - |
| XYZ | 41.23 | 73.33 | 36.41 | - |
| YUV | 178.7 | 105.59 | 33.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 254 | 139 | 0.82 | 0 | 0.45 | 0.00 | 146.83 | 0.99 | 0.59 |
| Hex | 2E | FE | 8B | 52 | 0 | 2D | 0 | 93 | 63 | 3B |
| Octal | 56 | 376 | 213 | 122 | 0 | 55 | 0 | 223 | 143 | 73 |
| Binary | 101110 | 11111110 | 10001011 | 1010010 | 0 | 101101 | 0 | 10010011 | 1100011 | 111011 |
Color Harmonies of #2EFE8B
Complementary color
Monochromatic Colors of #2EFE8B
Black with #2EFE8B
Text Example
Text Example
White with #2EFE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFE8B; }
p { color: rgb(46,254,139); }
H1.HeaderClassName
{
color: #2EFE8B;
}
.AnyTagClassName
{
color: #2EFE8B;
}
</style>
background-color css
<style>
a { background-color: #2EFE8B; }
a { background-color: rgb(46,254,139); }
div.DivClassName
{
background-color: #2EFE8B;
}
.BgClassName
{
background-color: #2EFE8B;
}
</style>
border-color css
<style>
span { border-color: #2EFE8B; }
span { border-color: rgb(46,254,139); }
td.TdClassName
{
border-color: #2EFE8B;
}
.TagClassName
{
border-color: #2EFE8B;
}
</style>