Shades of Dark Pastel Green #0EDD2F
Tints of Dark Pastel Green #0EDD2F
RGB
CMYK
RGB Variations
Color information
#0EDD2F (or 0x0EDD2F) is known color: Dark Pastel Green. HEX triplet: 0E, DD and 2F. RGB value is (14,221,47). Sum of RGB (Red+Green+Blue) = 14+221+47=282 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.96% from 282); Green value is 221 (86.72% from 255 or 78.37% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 221 - color contains mainly: green. Hex color #0EDD2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EDD2F is #F122D0. Grayscale: #8B8B8B. Windows color (decimal): -15803089 or 3136782. OLE color: 3136782.
HSL color Cylindrical-coordinate representation of color #0EDD2F: hue angle of 129.57º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDD2F is Cyan = 0.94, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 221 | 47 | - |
| CMYK | 0.94 | 0 | 0.79 | 0.13 |
| HSL | 129.57º | 0.88% | 0.46% | - |
| HSV(B) | 129.57º | 0.94% | 0.87% | - |
| XYZ | 26.55 | 52.01 | 11.33 | - |
| YUV | 139.27 | 75.92 | 38.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 221 | 47 | 0.94 | 0 | 0.79 | 0.13 | 129.57 | 0.88 | 0.46 |
| Hex | E | DD | 2F | 5E | 0 | 4F | D | 82 | 58 | 2E |
| Octal | 16 | 335 | 57 | 136 | 0 | 117 | 15 | 202 | 130 | 56 |
| Binary | 1110 | 11011101 | 101111 | 1011110 | 0 | 1001111 | 1101 | 10000010 | 1011000 | 101110 |
Color Harmonies of #0EDD2F
Complementary color
Monochromatic Colors of #0EDD2F
Black with #0EDD2F
Text Example
Text Example
White with #0EDD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDD2F; }
p { color: rgb(14,221,47); }
H1.HeaderClassName
{
color: #0EDD2F;
}
.AnyTagClassName
{
color: #0EDD2F;
}
</style>
background-color css
<style>
a { background-color: #0EDD2F; }
a { background-color: rgb(14,221,47); }
div.DivClassName
{
background-color: #0EDD2F;
}
.BgClassName
{
background-color: #0EDD2F;
}
</style>
border-color css
<style>
span { border-color: #0EDD2F; }
span { border-color: rgb(14,221,47); }
td.TdClassName
{
border-color: #0EDD2F;
}
.TagClassName
{
border-color: #0EDD2F;
}
</style>