Shades of Dark Pastel Green #0BBF1E
Tints of Dark Pastel Green #0BBF1E
RGB
CMYK
RGB Variations
Color information
#0BBF1E (or 0x0BBF1E) is known color: Dark Pastel Green. HEX triplet: 0B, BF and 1E. RGB value is (11,191,30). Sum of RGB (Red+Green+Blue) = 11+191+30=232 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.74% from 232); Green value is 191 (75% from 255 or 82.33% from 232); Blue value is 30 (12.11% from 255 or 12.93% from 232); Max value from RGB is 191 - color contains mainly: green. Hex color #0BBF1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BBF1E is #F440E1. Grayscale: #777777. Windows color (decimal): -16007394 or 2014987. OLE color: 2014987.
HSL color Cylindrical-coordinate representation of color #0BBF1E: hue angle of 126.33º 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 #0BBF1E is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 191 | 30 | - |
| CMYK | 0.94 | 0 | 0.84 | 0.25 |
| HSL | 126.33º | 0.89% | 0.4% | - |
| HSV(B) | 126.33º | 0.94% | 0.75% | - |
| XYZ | 19 | 37.43 | 7.45 | - |
| YUV | 118.83 | 77.87 | 51.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 191 | 30 | 0.94 | 0 | 0.84 | 0.25 | 126.33 | 0.89 | 0.4 |
| Hex | B | BF | 1E | 5E | 0 | 54 | 19 | 7E | 59 | 28 |
| Octal | 13 | 277 | 36 | 136 | 0 | 124 | 31 | 176 | 131 | 50 |
| Binary | 1011 | 10111111 | 11110 | 1011110 | 0 | 1010100 | 11001 | 1111110 | 1011001 | 101000 |
Color Harmonies of #0BBF1E
Complementary color
Monochromatic Colors of #0BBF1E
Black with #0BBF1E
Text Example
Text Example
White with #0BBF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBF1E; }
p { color: rgb(11,191,30); }
H1.HeaderClassName
{
color: #0BBF1E;
}
.AnyTagClassName
{
color: #0BBF1E;
}
</style>
background-color css
<style>
a { background-color: #0BBF1E; }
a { background-color: rgb(11,191,30); }
div.DivClassName
{
background-color: #0BBF1E;
}
.BgClassName
{
background-color: #0BBF1E;
}
</style>
border-color css
<style>
span { border-color: #0BBF1E; }
span { border-color: rgb(11,191,30); }
td.TdClassName
{
border-color: #0BBF1E;
}
.TagClassName
{
border-color: #0BBF1E;
}
</style>