Shades of Spring Green #2EFD6B
Tints of Spring Green #2EFD6B
RGB
CMYK
RGB Variations
Color information
#2EFD6B (or 0x2EFD6B) is known color: Spring Green. HEX triplet: 2E, FD and 6B. RGB value is (46,253,107). Sum of RGB (Red+Green+Blue) = 46+253+107=406 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.33% from 406); Green value is 253 (99.22% from 255 or 62.32% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 253 - color contains mainly: green. Hex color #2EFD6B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EFD6B is #D10294. Grayscale: #AEAEAE. Windows color (decimal): -13697685 or 7077166. OLE color: 7077166.
HSL color Cylindrical-coordinate representation of color #2EFD6B: hue angle of 137.68º 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 #2EFD6B is Cyan = 0.82, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 253 | 107 | - |
| CMYK | 0.82 | 0 | 0.58 | 0.01 |
| HSL | 137.68º | 0.98% | 0.59% | - |
| HSV(B) | 137.68º | 0.82% | 0.99% | - |
| XYZ | 38.91 | 71.89 | 25.74 | - |
| YUV | 174.46 | 89.92 | 36.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 253 | 107 | 0.82 | 0 | 0.58 | 0.01 | 137.68 | 0.98 | 0.59 |
| Hex | 2E | FD | 6B | 52 | 0 | 3A | 1 | 8A | 62 | 3B |
| Octal | 56 | 375 | 153 | 122 | 0 | 72 | 1 | 212 | 142 | 73 |
| Binary | 101110 | 11111101 | 1101011 | 1010010 | 0 | 111010 | 1 | 10001010 | 1100010 | 111011 |
Color Harmonies of #2EFD6B
Complementary color
Monochromatic Colors of #2EFD6B
Black with #2EFD6B
Text Example
Text Example
White with #2EFD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFD6B; }
p { color: rgb(46,253,107); }
H1.HeaderClassName
{
color: #2EFD6B;
}
.AnyTagClassName
{
color: #2EFD6B;
}
</style>
background-color css
<style>
a { background-color: #2EFD6B; }
a { background-color: rgb(46,253,107); }
div.DivClassName
{
background-color: #2EFD6B;
}
.BgClassName
{
background-color: #2EFD6B;
}
</style>
border-color css
<style>
span { border-color: #2EFD6B; }
span { border-color: rgb(46,253,107); }
td.TdClassName
{
border-color: #2EFD6B;
}
.TagClassName
{
border-color: #2EFD6B;
}
</style>