Shades of Spring Green #2EF27D
Tints of Spring Green #2EF27D
RGB
CMYK
RGB Variations
Color information
#2EF27D (or 0x2EF27D) is known color: Spring Green. HEX triplet: 2E, F2 and 7D. RGB value is (46,242,125). Sum of RGB (Red+Green+Blue) = 46+242+125=413 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.14% from 413); Green value is 242 (94.92% from 255 or 58.60% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 242 - color contains mainly: green. Hex color #2EF27D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF27D is #D10D82. Grayscale: #AAAAAA. Windows color (decimal): -13700483 or 8253998. OLE color: 8253998.
HSL color Cylindrical-coordinate representation of color #2EF27D: hue angle of 144.18º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF27D is Cyan = 0.81, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 242 | 125 | - |
| CMYK | 0.81 | 0 | 0.48 | 0.05 |
| HSL | 144.18º | 0.88% | 0.56% | - |
| HSV(B) | 144.18º | 0.81% | 0.95% | - |
| XYZ | 36.58 | 65.57 | 30.13 | - |
| YUV | 170.06 | 102.57 | 39.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 242 | 125 | 0.81 | 0 | 0.48 | 0.05 | 144.18 | 0.88 | 0.56 |
| Hex | 2E | F2 | 7D | 51 | 0 | 30 | 5 | 90 | 58 | 38 |
| Octal | 56 | 362 | 175 | 121 | 0 | 60 | 5 | 220 | 130 | 70 |
| Binary | 101110 | 11110010 | 1111101 | 1010001 | 0 | 110000 | 101 | 10010000 | 1011000 | 111000 |
Color Harmonies of #2EF27D
Complementary color
Monochromatic Colors of #2EF27D
Black with #2EF27D
Text Example
Text Example
White with #2EF27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF27D; }
p { color: rgb(46,242,125); }
H1.HeaderClassName
{
color: #2EF27D;
}
.AnyTagClassName
{
color: #2EF27D;
}
</style>
background-color css
<style>
a { background-color: #2EF27D; }
a { background-color: rgb(46,242,125); }
div.DivClassName
{
background-color: #2EF27D;
}
.BgClassName
{
background-color: #2EF27D;
}
</style>
border-color css
<style>
span { border-color: #2EF27D; }
span { border-color: rgb(46,242,125); }
td.TdClassName
{
border-color: #2EF27D;
}
.TagClassName
{
border-color: #2EF27D;
}
</style>