Shades of Spring Green #2EEF75
Tints of Spring Green #2EEF75
RGB
CMYK
RGB Variations
Color information
#2EEF75 (or 0x2EEF75) is known color: Spring Green. HEX triplet: 2E, EF and 75. RGB value is (46,239,117). Sum of RGB (Red+Green+Blue) = 46+239+117=402 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.44% from 402); Green value is 239 (93.75% from 255 or 59.45% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEF75 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEF75 is #D1108A. Grayscale: #A7A7A7. Windows color (decimal): -13701259 or 7728942. OLE color: 7728942.
HSL color Cylindrical-coordinate representation of color #2EEF75: hue angle of 142.07º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEF75 is Cyan = 0.81, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 239 | 117 | - |
| CMYK | 0.81 | 0 | 0.51 | 0.06 |
| HSL | 142.07º | 0.86% | 0.56% | - |
| HSV(B) | 142.07º | 0.81% | 0.94% | - |
| XYZ | 35.2 | 63.6 | 27.25 | - |
| YUV | 167.39 | 99.56 | 41.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 239 | 117 | 0.81 | 0 | 0.51 | 0.06 | 142.07 | 0.86 | 0.56 |
| Hex | 2E | EF | 75 | 51 | 0 | 33 | 6 | 8E | 56 | 38 |
| Octal | 56 | 357 | 165 | 121 | 0 | 63 | 6 | 216 | 126 | 70 |
| Binary | 101110 | 11101111 | 1110101 | 1010001 | 0 | 110011 | 110 | 10001110 | 1010110 | 111000 |
Color Harmonies of #2EEF75
Complementary color
Monochromatic Colors of #2EEF75
Black with #2EEF75
Text Example
Text Example
White with #2EEF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEF75; }
p { color: rgb(46,239,117); }
H1.HeaderClassName
{
color: #2EEF75;
}
.AnyTagClassName
{
color: #2EEF75;
}
</style>
background-color css
<style>
a { background-color: #2EEF75; }
a { background-color: rgb(46,239,117); }
div.DivClassName
{
background-color: #2EEF75;
}
.BgClassName
{
background-color: #2EEF75;
}
</style>
border-color css
<style>
span { border-color: #2EEF75; }
span { border-color: rgb(46,239,117); }
td.TdClassName
{
border-color: #2EEF75;
}
.TagClassName
{
border-color: #2EEF75;
}
</style>