Shades of Spring Green #0EE478
Tints of Spring Green #0EE478
RGB
CMYK
RGB Variations
Color information
#0EE478 (or 0x0EE478) is known color: Spring Green. HEX triplet: 0E, E4 and 78. RGB value is (14,228,120). Sum of RGB (Red+Green+Blue) = 14+228+120=362 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.87% from 362); Green value is 228 (89.45% from 255 or 62.98% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 228 - color contains mainly: green. Hex color #0EE478 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EE478 is #F11B87. Grayscale: #979797. Windows color (decimal): -15801224 or 7922702. OLE color: 7922702.
HSL color Cylindrical-coordinate representation of color #0EE478: hue angle of 149.72º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE478 is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 14 | 228 | 120 | - |
| CMYK | 0.94 | 0 | 0.47 | 0.11 |
| HSL | 149.72º | 0.88% | 0.47% | - |
| HSV(B) | 149.72º | 0.94% | 0.89% | - |
| XYZ | 31.31 | 56.94 | 27.11 | - |
| YUV | 151.7 | 110.1 | 29.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 228 | 120 | 0.94 | 0 | 0.47 | 0.11 | 149.72 | 0.88 | 0.47 |
| Hex | E | E4 | 78 | 5E | 0 | 2F | B | 96 | 58 | 2F |
| Octal | 16 | 344 | 170 | 136 | 0 | 57 | 13 | 226 | 130 | 57 |
| Binary | 1110 | 11100100 | 1111000 | 1011110 | 0 | 101111 | 1011 | 10010110 | 1011000 | 101111 |
Color Harmonies of #0EE478
Complementary color
Monochromatic Colors of #0EE478
Black with #0EE478
Text Example
Text Example
White with #0EE478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE478; }
p { color: rgb(14,228,120); }
H1.HeaderClassName
{
color: #0EE478;
}
.AnyTagClassName
{
color: #0EE478;
}
</style>
background-color css
<style>
a { background-color: #0EE478; }
a { background-color: rgb(14,228,120); }
div.DivClassName
{
background-color: #0EE478;
}
.BgClassName
{
background-color: #0EE478;
}
</style>
border-color css
<style>
span { border-color: #0EE478; }
span { border-color: rgb(14,228,120); }
td.TdClassName
{
border-color: #0EE478;
}
.TagClassName
{
border-color: #0EE478;
}
</style>