Shades of Dark Pastel Green #0ECE2E
Tints of Dark Pastel Green #0ECE2E
RGB
CMYK
RGB Variations
Color information
#0ECE2E (or 0x0ECE2E) is known color: Dark Pastel Green. HEX triplet: 0E, CE and 2E. RGB value is (14,206,46). Sum of RGB (Red+Green+Blue) = 14+206+46=266 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.26% from 266); Green value is 206 (80.86% from 255 or 77.44% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 206 - color contains mainly: green. Hex color #0ECE2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ECE2E is #F131D1. Grayscale: #828282. Windows color (decimal): -15806930 or 3067406. OLE color: 3067406.
HSL color Cylindrical-coordinate representation of color #0ECE2E: hue angle of 130º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECE2E is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 14 | 206 | 46 | - |
| CMYK | 0.93 | 0 | 0.78 | 0.19 |
| HSL | 130º | 0.87% | 0.43% | - |
| HSV(B) | 130º | 0.93% | 0.81% | - |
| XYZ | 22.75 | 44.43 | 9.96 | - |
| YUV | 130.35 | 80.39 | 45.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 206 | 46 | 0.93 | 0 | 0.78 | 0.19 | 130 | 0.87 | 0.43 |
| Hex | E | CE | 2E | 5D | 0 | 4E | 13 | 82 | 57 | 2B |
| Octal | 16 | 316 | 56 | 135 | 0 | 116 | 23 | 202 | 127 | 53 |
| Binary | 1110 | 11001110 | 101110 | 1011101 | 0 | 1001110 | 10011 | 10000010 | 1010111 | 101011 |
Color Harmonies of #0ECE2E
Complementary color
Monochromatic Colors of #0ECE2E
Black with #0ECE2E
Text Example
Text Example
White with #0ECE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECE2E; }
p { color: rgb(14,206,46); }
H1.HeaderClassName
{
color: #0ECE2E;
}
.AnyTagClassName
{
color: #0ECE2E;
}
</style>
background-color css
<style>
a { background-color: #0ECE2E; }
a { background-color: rgb(14,206,46); }
div.DivClassName
{
background-color: #0ECE2E;
}
.BgClassName
{
background-color: #0ECE2E;
}
</style>
border-color css
<style>
span { border-color: #0ECE2E; }
span { border-color: rgb(14,206,46); }
td.TdClassName
{
border-color: #0ECE2E;
}
.TagClassName
{
border-color: #0ECE2E;
}
</style>