Shades of Spring Green #2EFD68
Tints of Spring Green #2EFD68
RGB
CMYK
RGB Variations
Color information
#2EFD68 (or 0x2EFD68) is known color: Spring Green. HEX triplet: 2E, FD and 68. RGB value is (46,253,104). Sum of RGB (Red+Green+Blue) = 46+253+104=403 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.41% from 403); Green value is 253 (99.22% from 255 or 62.78% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 253 - color contains mainly: green. Hex color #2EFD68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EFD68 is #D10297. Grayscale: #AEAEAE. Windows color (decimal): -13697688 or 6880558. OLE color: 6880558.
HSL color Cylindrical-coordinate representation of color #2EFD68: hue angle of 136.81º 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 #2EFD68 is Cyan = 0.82, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 253 | 104 | - |
| CMYK | 0.82 | 0 | 0.59 | 0.01 |
| HSL | 136.81º | 0.98% | 0.59% | - |
| HSV(B) | 136.81º | 0.82% | 0.99% | - |
| XYZ | 38.75 | 71.83 | 24.92 | - |
| YUV | 174.12 | 88.42 | 36.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 253 | 104 | 0.82 | 0 | 0.59 | 0.01 | 136.81 | 0.98 | 0.59 |
| Hex | 2E | FD | 68 | 52 | 0 | 3B | 1 | 89 | 62 | 3B |
| Octal | 56 | 375 | 150 | 122 | 0 | 73 | 1 | 211 | 142 | 73 |
| Binary | 101110 | 11111101 | 1101000 | 1010010 | 0 | 111011 | 1 | 10001001 | 1100010 | 111011 |
Color Harmonies of #2EFD68
Complementary color
Monochromatic Colors of #2EFD68
Black with #2EFD68
Text Example
Text Example
White with #2EFD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFD68; }
p { color: rgb(46,253,104); }
H1.HeaderClassName
{
color: #2EFD68;
}
.AnyTagClassName
{
color: #2EFD68;
}
</style>
background-color css
<style>
a { background-color: #2EFD68; }
a { background-color: rgb(46,253,104); }
div.DivClassName
{
background-color: #2EFD68;
}
.BgClassName
{
background-color: #2EFD68;
}
</style>
border-color css
<style>
span { border-color: #2EFD68; }
span { border-color: rgb(46,253,104); }
td.TdClassName
{
border-color: #2EFD68;
}
.TagClassName
{
border-color: #2EFD68;
}
</style>