Shades of Dark Pastel Green #0BCD1E
Tints of Dark Pastel Green #0BCD1E
RGB
CMYK
RGB Variations
Color information
#0BCD1E (or 0x0BCD1E) is known color: Dark Pastel Green. HEX triplet: 0B, CD and 1E. RGB value is (11,205,30). Sum of RGB (Red+Green+Blue) = 11+205+30=246 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.47% from 246); Green value is 205 (80.47% from 255 or 83.33% from 246); Blue value is 30 (12.11% from 255 or 12.20% from 246); Max value from RGB is 205 - color contains mainly: green. Hex color #0BCD1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BCD1E is #F432E1. Grayscale: #7F7F7F. Windows color (decimal): -16003810 or 2018571. OLE color: 2018571.
HSL color Cylindrical-coordinate representation of color #0BCD1E: hue angle of 125.88º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCD1E is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 205 | 30 | - |
| CMYK | 0.95 | 0 | 0.85 | 0.20 |
| HSL | 125.88º | 0.9% | 0.42% | - |
| HSV(B) | 125.88º | 0.95% | 0.8% | - |
| XYZ | 22.2 | 43.83 | 8.52 | - |
| YUV | 127.04 | 73.23 | 45.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 205 | 30 | 0.95 | 0 | 0.85 | 0.20 | 125.88 | 0.9 | 0.42 |
| Hex | B | CD | 1E | 5F | 0 | 55 | 14 | 7E | 5A | 2A |
| Octal | 13 | 315 | 36 | 137 | 0 | 125 | 24 | 176 | 132 | 52 |
| Binary | 1011 | 11001101 | 11110 | 1011111 | 0 | 1010101 | 10100 | 1111110 | 1011010 | 101010 |
Color Harmonies of #0BCD1E
Complementary color
Monochromatic Colors of #0BCD1E
Black with #0BCD1E
Text Example
Text Example
White with #0BCD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCD1E; }
p { color: rgb(11,205,30); }
H1.HeaderClassName
{
color: #0BCD1E;
}
.AnyTagClassName
{
color: #0BCD1E;
}
</style>
background-color css
<style>
a { background-color: #0BCD1E; }
a { background-color: rgb(11,205,30); }
div.DivClassName
{
background-color: #0BCD1E;
}
.BgClassName
{
background-color: #0BCD1E;
}
</style>
border-color css
<style>
span { border-color: #0BCD1E; }
span { border-color: rgb(11,205,30); }
td.TdClassName
{
border-color: #0BCD1E;
}
.TagClassName
{
border-color: #0BCD1E;
}
</style>