Shades of Spring Green #0EE380
Tints of Spring Green #0EE380
RGB
CMYK
RGB Variations
Color information
#0EE380 (or 0x0EE380) is known color: Spring Green. HEX triplet: 0E, E3 and 80. RGB value is (14,227,128). Sum of RGB (Red+Green+Blue) = 14+227+128=369 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.79% from 369); Green value is 227 (89.06% from 255 or 61.52% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 227 - color contains mainly: green. Hex color #0EE380 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EE380 is #F11C7F. Grayscale: #989898. Windows color (decimal): -15801472 or 8446734. OLE color: 8446734.
HSL color Cylindrical-coordinate representation of color #0EE380: hue angle of 152.11º 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 #0EE380 is Cyan = 0.94, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 14 | 227 | 128 | - |
| CMYK | 0.94 | 0 | 0.44 | 0.11 |
| HSL | 152.11º | 0.88% | 0.47% | - |
| HSV(B) | 152.11º | 0.94% | 0.89% | - |
| XYZ | 31.55 | 56.59 | 29.68 | - |
| YUV | 152.03 | 114.43 | 29.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 227 | 128 | 0.94 | 0 | 0.44 | 0.11 | 152.11 | 0.88 | 0.47 |
| Hex | E | E3 | 80 | 5E | 0 | 2C | B | 98 | 58 | 2F |
| Octal | 16 | 343 | 200 | 136 | 0 | 54 | 13 | 230 | 130 | 57 |
| Binary | 1110 | 11100011 | 10000000 | 1011110 | 0 | 101100 | 1011 | 10011000 | 1011000 | 101111 |
Color Harmonies of #0EE380
Complementary color
Monochromatic Colors of #0EE380
Black with #0EE380
Text Example
Text Example
White with #0EE380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE380; }
p { color: rgb(14,227,128); }
H1.HeaderClassName
{
color: #0EE380;
}
.AnyTagClassName
{
color: #0EE380;
}
</style>
background-color css
<style>
a { background-color: #0EE380; }
a { background-color: rgb(14,227,128); }
div.DivClassName
{
background-color: #0EE380;
}
.BgClassName
{
background-color: #0EE380;
}
</style>
border-color css
<style>
span { border-color: #0EE380; }
span { border-color: rgb(14,227,128); }
td.TdClassName
{
border-color: #0EE380;
}
.TagClassName
{
border-color: #0EE380;
}
</style>