Shades of Spring Green #2EFA83
Tints of Spring Green #2EFA83
RGB
CMYK
RGB Variations
Color information
#2EFA83 (or 0x2EFA83) is known color: Spring Green. HEX triplet: 2E, FA and 83. RGB value is (46,250,131). Sum of RGB (Red+Green+Blue) = 46+250+131=427 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.77% from 427); Green value is 250 (98.05% from 255 or 58.55% from 427); Blue value is 131 (51.56% from 255 or 30.68% from 427); Max value from RGB is 250 - color contains mainly: green. Hex color #2EFA83 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EFA83 is #D1057C. Grayscale: #AFAFAF. Windows color (decimal): -13698429 or 8649262. OLE color: 8649262.
HSL color Cylindrical-coordinate representation of color #2EFA83: hue angle of 145º 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 #2EFA83 is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 250 | 131 | - |
| CMYK | 0.82 | 0 | 0.48 | 0.02 |
| HSL | 145º | 0.95% | 0.58% | - |
| HSV(B) | 145º | 0.82% | 0.98% | - |
| XYZ | 39.41 | 70.59 | 33.02 | - |
| YUV | 175.44 | 102.91 | 35.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 250 | 131 | 0.82 | 0 | 0.48 | 0.02 | 145 | 0.95 | 0.58 |
| Hex | 2E | FA | 83 | 52 | 0 | 30 | 2 | 91 | 5F | 3A |
| Octal | 56 | 372 | 203 | 122 | 0 | 60 | 2 | 221 | 137 | 72 |
| Binary | 101110 | 11111010 | 10000011 | 1010010 | 0 | 110000 | 10 | 10010001 | 1011111 | 111010 |
Color Harmonies of #2EFA83
Complementary color
Monochromatic Colors of #2EFA83
Black with #2EFA83
Text Example
Text Example
White with #2EFA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFA83; }
p { color: rgb(46,250,131); }
H1.HeaderClassName
{
color: #2EFA83;
}
.AnyTagClassName
{
color: #2EFA83;
}
</style>
background-color css
<style>
a { background-color: #2EFA83; }
a { background-color: rgb(46,250,131); }
div.DivClassName
{
background-color: #2EFA83;
}
.BgClassName
{
background-color: #2EFA83;
}
</style>
border-color css
<style>
span { border-color: #2EFA83; }
span { border-color: rgb(46,250,131); }
td.TdClassName
{
border-color: #2EFA83;
}
.TagClassName
{
border-color: #2EFA83;
}
</style>