Shades of Dark Pastel Green #0BC01E
Tints of Dark Pastel Green #0BC01E
RGB
CMYK
RGB Variations
Color information
#0BC01E (or 0x0BC01E) is known color: Dark Pastel Green. HEX triplet: 0B, C0 and 1E. RGB value is (11,192,30). Sum of RGB (Red+Green+Blue) = 11+192+30=233 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.72% from 233); Green value is 192 (75.39% from 255 or 82.40% from 233); Blue value is 30 (12.11% from 255 or 12.88% from 233); Max value from RGB is 192 - color contains mainly: green. Hex color #0BC01E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BC01E is #F43FE1. Grayscale: #777777. Windows color (decimal): -16007138 or 2015243. OLE color: 2015243.
HSL color Cylindrical-coordinate representation of color #0BC01E: hue angle of 126.3º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC01E is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 192 | 30 | - |
| CMYK | 0.94 | 0 | 0.84 | 0.25 |
| HSL | 126.3º | 0.89% | 0.4% | - |
| HSV(B) | 126.3º | 0.94% | 0.75% | - |
| XYZ | 19.22 | 37.86 | 7.52 | - |
| YUV | 119.41 | 77.53 | 50.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 192 | 30 | 0.94 | 0 | 0.84 | 0.25 | 126.3 | 0.89 | 0.4 |
| Hex | B | C0 | 1E | 5E | 0 | 54 | 19 | 7E | 59 | 28 |
| Octal | 13 | 300 | 36 | 136 | 0 | 124 | 31 | 176 | 131 | 50 |
| Binary | 1011 | 11000000 | 11110 | 1011110 | 0 | 1010100 | 11001 | 1111110 | 1011001 | 101000 |
Color Harmonies of #0BC01E
Complementary color
Monochromatic Colors of #0BC01E
Black with #0BC01E
Text Example
Text Example
White with #0BC01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC01E; }
p { color: rgb(11,192,30); }
H1.HeaderClassName
{
color: #0BC01E;
}
.AnyTagClassName
{
color: #0BC01E;
}
</style>
background-color css
<style>
a { background-color: #0BC01E; }
a { background-color: rgb(11,192,30); }
div.DivClassName
{
background-color: #0BC01E;
}
.BgClassName
{
background-color: #0BC01E;
}
</style>
border-color css
<style>
span { border-color: #0BC01E; }
span { border-color: rgb(11,192,30); }
td.TdClassName
{
border-color: #0BC01E;
}
.TagClassName
{
border-color: #0BC01E;
}
</style>