Shades of Spring Green #0EFB71
Tints of Spring Green #0EFB71
RGB
CMYK
RGB Variations
Color information
#0EFB71 (or 0x0EFB71) is known color: Spring Green. HEX triplet: 0E, FB and 71. RGB value is (14,251,113). Sum of RGB (Red+Green+Blue) = 14+251+113=378 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.70% from 378); Green value is 251 (98.44% from 255 or 66.40% from 378); Blue value is 113 (44.53% from 255 or 29.89% from 378); Max value from RGB is 251 - color contains mainly: green. Hex color #0EFB71 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EFB71 is #F1048E. Grayscale: #A4A4A4. Windows color (decimal): -15795343 or 7469838. OLE color: 7469838.
HSL color Cylindrical-coordinate representation of color #0EFB71: hue angle of 145.06º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFB71 is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 251 | 113 | - |
| CMYK | 0.94 | 0 | 0.55 | 0.02 |
| HSL | 145.06º | 0.97% | 0.52% | - |
| HSV(B) | 145.06º | 0.94% | 0.98% | - |
| XYZ | 37.66 | 70.28 | 27.2 | - |
| YUV | 164.41 | 98.98 | 20.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 251 | 113 | 0.94 | 0 | 0.55 | 0.02 | 145.06 | 0.97 | 0.52 |
| Hex | E | FB | 71 | 5E | 0 | 37 | 2 | 91 | 61 | 34 |
| Octal | 16 | 373 | 161 | 136 | 0 | 67 | 2 | 221 | 141 | 64 |
| Binary | 1110 | 11111011 | 1110001 | 1011110 | 0 | 110111 | 10 | 10010001 | 1100001 | 110100 |
Color Harmonies of #0EFB71
Complementary color
Monochromatic Colors of #0EFB71
Black with #0EFB71
Text Example
Text Example
White with #0EFB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFB71; }
p { color: rgb(14,251,113); }
H1.HeaderClassName
{
color: #0EFB71;
}
.AnyTagClassName
{
color: #0EFB71;
}
</style>
background-color css
<style>
a { background-color: #0EFB71; }
a { background-color: rgb(14,251,113); }
div.DivClassName
{
background-color: #0EFB71;
}
.BgClassName
{
background-color: #0EFB71;
}
</style>
border-color css
<style>
span { border-color: #0EFB71; }
span { border-color: rgb(14,251,113); }
td.TdClassName
{
border-color: #0EFB71;
}
.TagClassName
{
border-color: #0EFB71;
}
</style>