Shades of Spring Green #2EFD7B
Tints of Spring Green #2EFD7B
RGB
CMYK
RGB Variations
Color information
#2EFD7B (or 0x2EFD7B) is known color: Spring Green. HEX triplet: 2E, FD and 7B. RGB value is (46,253,123). Sum of RGB (Red+Green+Blue) = 46+253+123=422 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.90% from 422); Green value is 253 (99.22% from 255 or 59.95% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 253 - color contains mainly: green. Hex color #2EFD7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EFD7B is #D10284. Grayscale: #B0B0B0. Windows color (decimal): -13697669 or 8125742. OLE color: 8125742.
HSL color Cylindrical-coordinate representation of color #2EFD7B: hue angle of 142.32º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFD7B is Cyan = 0.82, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 253 | 123 | - |
| CMYK | 0.82 | 0 | 0.51 | 0.01 |
| HSL | 142.32º | 0.98% | 0.59% | - |
| HSV(B) | 142.32º | 0.82% | 0.99% | - |
| XYZ | 39.83 | 72.26 | 30.59 | - |
| YUV | 176.29 | 97.92 | 35.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 253 | 123 | 0.82 | 0 | 0.51 | 0.01 | 142.32 | 0.98 | 0.59 |
| Hex | 2E | FD | 7B | 52 | 0 | 33 | 1 | 8E | 62 | 3B |
| Octal | 56 | 375 | 173 | 122 | 0 | 63 | 1 | 216 | 142 | 73 |
| Binary | 101110 | 11111101 | 1111011 | 1010010 | 0 | 110011 | 1 | 10001110 | 1100010 | 111011 |
Color Harmonies of #2EFD7B
Complementary color
Monochromatic Colors of #2EFD7B
Black with #2EFD7B
Text Example
Text Example
White with #2EFD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFD7B; }
p { color: rgb(46,253,123); }
H1.HeaderClassName
{
color: #2EFD7B;
}
.AnyTagClassName
{
color: #2EFD7B;
}
</style>
background-color css
<style>
a { background-color: #2EFD7B; }
a { background-color: rgb(46,253,123); }
div.DivClassName
{
background-color: #2EFD7B;
}
.BgClassName
{
background-color: #2EFD7B;
}
</style>
border-color css
<style>
span { border-color: #2EFD7B; }
span { border-color: rgb(46,253,123); }
td.TdClassName
{
border-color: #2EFD7B;
}
.TagClassName
{
border-color: #2EFD7B;
}
</style>