Shades of Spring Green #2EFA75
Tints of Spring Green #2EFA75
RGB
CMYK
RGB Variations
Color information
#2EFA75 (or 0x2EFA75) is known color: Spring Green. HEX triplet: 2E, FA and 75. RGB value is (46,250,117). Sum of RGB (Red+Green+Blue) = 46+250+117=413 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.14% from 413); Green value is 250 (98.05% from 255 or 60.53% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 250 - color contains mainly: green. Hex color #2EFA75 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EFA75 is #D1058A. Grayscale: #AEAEAE. Windows color (decimal): -13698443 or 7731758. OLE color: 7731758.
HSL color Cylindrical-coordinate representation of color #2EFA75: hue angle of 140.88º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFA75 is Cyan = 0.82, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 250 | 117 | - |
| CMYK | 0.82 | 0 | 0.53 | 0.02 |
| HSL | 140.88º | 0.95% | 0.58% | - |
| HSV(B) | 140.88º | 0.82% | 0.98% | - |
| XYZ | 38.52 | 70.24 | 28.36 | - |
| YUV | 173.84 | 95.91 | 36.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 250 | 117 | 0.82 | 0 | 0.53 | 0.02 | 140.88 | 0.95 | 0.58 |
| Hex | 2E | FA | 75 | 52 | 0 | 35 | 2 | 8D | 5F | 3A |
| Octal | 56 | 372 | 165 | 122 | 0 | 65 | 2 | 215 | 137 | 72 |
| Binary | 101110 | 11111010 | 1110101 | 1010010 | 0 | 110101 | 10 | 10001101 | 1011111 | 111010 |
Color Harmonies of #2EFA75
Complementary color
Monochromatic Colors of #2EFA75
Black with #2EFA75
Text Example
Text Example
White with #2EFA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFA75; }
p { color: rgb(46,250,117); }
H1.HeaderClassName
{
color: #2EFA75;
}
.AnyTagClassName
{
color: #2EFA75;
}
</style>
background-color css
<style>
a { background-color: #2EFA75; }
a { background-color: rgb(46,250,117); }
div.DivClassName
{
background-color: #2EFA75;
}
.BgClassName
{
background-color: #2EFA75;
}
</style>
border-color css
<style>
span { border-color: #2EFA75; }
span { border-color: rgb(46,250,117); }
td.TdClassName
{
border-color: #2EFA75;
}
.TagClassName
{
border-color: #2EFA75;
}
</style>