Shades of Dark Pastel Green #0EDB30
Tints of Dark Pastel Green #0EDB30
RGB
CMYK
RGB Variations
Color information
#0EDB30 (or 0x0EDB30) is known color: Dark Pastel Green. HEX triplet: 0E, DB and 30. RGB value is (14,219,48). Sum of RGB (Red+Green+Blue) = 14+219+48=281 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.98% from 281); Green value is 219 (85.94% from 255 or 77.94% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 219 - color contains mainly: green. Hex color #0EDB30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EDB30 is #F124CF. Grayscale: #8A8A8A. Windows color (decimal): -15803600 or 3201806. OLE color: 3201806.
HSL color Cylindrical-coordinate representation of color #0EDB30: hue angle of 129.95º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDB30 is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 219 | 48 | - |
| CMYK | 0.94 | 0 | 0.78 | 0.14 |
| HSL | 129.95º | 0.88% | 0.46% | - |
| HSV(B) | 129.95º | 0.94% | 0.86% | - |
| XYZ | 26.05 | 50.97 | 11.26 | - |
| YUV | 138.21 | 77.08 | 39.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 219 | 48 | 0.94 | 0 | 0.78 | 0.14 | 129.95 | 0.88 | 0.46 |
| Hex | E | DB | 30 | 5E | 0 | 4E | E | 82 | 58 | 2E |
| Octal | 16 | 333 | 60 | 136 | 0 | 116 | 16 | 202 | 130 | 56 |
| Binary | 1110 | 11011011 | 110000 | 1011110 | 0 | 1001110 | 1110 | 10000010 | 1011000 | 101110 |
Color Harmonies of #0EDB30
Complementary color
Monochromatic Colors of #0EDB30
Black with #0EDB30
Text Example
Text Example
White with #0EDB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDB30; }
p { color: rgb(14,219,48); }
H1.HeaderClassName
{
color: #0EDB30;
}
.AnyTagClassName
{
color: #0EDB30;
}
</style>
background-color css
<style>
a { background-color: #0EDB30; }
a { background-color: rgb(14,219,48); }
div.DivClassName
{
background-color: #0EDB30;
}
.BgClassName
{
background-color: #0EDB30;
}
</style>
border-color css
<style>
span { border-color: #0EDB30; }
span { border-color: rgb(14,219,48); }
td.TdClassName
{
border-color: #0EDB30;
}
.TagClassName
{
border-color: #0EDB30;
}
</style>