Shades of Spring Green #2EFE6D
Tints of Spring Green #2EFE6D
RGB
CMYK
RGB Variations
Color information
#2EFE6D (or 0x2EFE6D) is known color: Spring Green. HEX triplet: 2E, FE and 6D. RGB value is (46,254,109). Sum of RGB (Red+Green+Blue) = 46+254+109=409 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.25% from 409); Green value is 254 (99.61% from 255 or 62.10% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 254 - color contains mainly: green. Hex color #2EFE6D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EFE6D is #D10192. Grayscale: #AFAFAF. Windows color (decimal): -13697427 or 7208494. OLE color: 7208494.
HSL color Cylindrical-coordinate representation of color #2EFE6D: hue angle of 138.17º 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 #2EFE6D is Cyan = 0.82, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 254 | 109 | - |
| CMYK | 0.82 | 0 | 0.57 | 0.00 |
| HSL | 138.17º | 0.99% | 0.59% | - |
| HSV(B) | 138.17º | 0.82% | 1% | - |
| XYZ | 39.33 | 72.57 | 26.4 | - |
| YUV | 175.28 | 90.59 | 35.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 254 | 109 | 0.82 | 0 | 0.57 | 0.00 | 138.17 | 0.99 | 0.59 |
| Hex | 2E | FE | 6D | 52 | 0 | 39 | 0 | 8A | 63 | 3B |
| Octal | 56 | 376 | 155 | 122 | 0 | 71 | 0 | 212 | 143 | 73 |
| Binary | 101110 | 11111110 | 1101101 | 1010010 | 0 | 111001 | 0 | 10001010 | 1100011 | 111011 |
Color Harmonies of #2EFE6D
Complementary color
Monochromatic Colors of #2EFE6D
Black with #2EFE6D
Text Example
Text Example
White with #2EFE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFE6D; }
p { color: rgb(46,254,109); }
H1.HeaderClassName
{
color: #2EFE6D;
}
.AnyTagClassName
{
color: #2EFE6D;
}
</style>
background-color css
<style>
a { background-color: #2EFE6D; }
a { background-color: rgb(46,254,109); }
div.DivClassName
{
background-color: #2EFE6D;
}
.BgClassName
{
background-color: #2EFE6D;
}
</style>
border-color css
<style>
span { border-color: #2EFE6D; }
span { border-color: rgb(46,254,109); }
td.TdClassName
{
border-color: #2EFE6D;
}
.TagClassName
{
border-color: #2EFE6D;
}
</style>