Shades of Dark Pastel Green #0BDE2E
Tints of Dark Pastel Green #0BDE2E
RGB
CMYK
RGB Variations
Color information
#0BDE2E (or 0x0BDE2E) is known color: Dark Pastel Green. HEX triplet: 0B, DE and 2E. RGB value is (11,222,46). Sum of RGB (Red+Green+Blue) = 11+222+46=279 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.94% from 279); Green value is 222 (87.11% from 255 or 79.57% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 222 - color contains mainly: green. Hex color #0BDE2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BDE2E is #F421D1. Grayscale: #8B8B8B. Windows color (decimal): -15999442 or 3071499. OLE color: 3071499.
HSL color Cylindrical-coordinate representation of color #0BDE2E: hue angle of 129.95º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDE2E is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 222 | 46 | - |
| CMYK | 0.95 | 0 | 0.79 | 0.13 |
| HSL | 129.95º | 0.91% | 0.46% | - |
| HSV(B) | 129.95º | 0.95% | 0.87% | - |
| XYZ | 26.75 | 52.51 | 11.31 | - |
| YUV | 138.85 | 75.6 | 36.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 222 | 46 | 0.95 | 0 | 0.79 | 0.13 | 129.95 | 0.91 | 0.46 |
| Hex | B | DE | 2E | 5F | 0 | 4F | D | 82 | 5B | 2E |
| Octal | 13 | 336 | 56 | 137 | 0 | 117 | 15 | 202 | 133 | 56 |
| Binary | 1011 | 11011110 | 101110 | 1011111 | 0 | 1001111 | 1101 | 10000010 | 1011011 | 101110 |
Color Harmonies of #0BDE2E
Complementary color
Monochromatic Colors of #0BDE2E
Black with #0BDE2E
Text Example
Text Example
White with #0BDE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDE2E; }
p { color: rgb(11,222,46); }
H1.HeaderClassName
{
color: #0BDE2E;
}
.AnyTagClassName
{
color: #0BDE2E;
}
</style>
background-color css
<style>
a { background-color: #0BDE2E; }
a { background-color: rgb(11,222,46); }
div.DivClassName
{
background-color: #0BDE2E;
}
.BgClassName
{
background-color: #0BDE2E;
}
</style>
border-color css
<style>
span { border-color: #0BDE2E; }
span { border-color: rgb(11,222,46); }
td.TdClassName
{
border-color: #0BDE2E;
}
.TagClassName
{
border-color: #0BDE2E;
}
</style>