Shades of Dark Pastel Green #0BCE2F
Tints of Dark Pastel Green #0BCE2F
RGB
CMYK
RGB Variations
Color information
#0BCE2F (or 0x0BCE2F) is known color: Dark Pastel Green. HEX triplet: 0B, CE and 2F. RGB value is (11,206,47). Sum of RGB (Red+Green+Blue) = 11+206+47=264 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.17% from 264); Green value is 206 (80.86% from 255 or 78.03% from 264); Blue value is 47 (18.75% from 255 or 17.80% from 264); Max value from RGB is 206 - color contains mainly: green. Hex color #0BCE2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BCE2F is #F431D0. Grayscale: #828282. Windows color (decimal): -16003537 or 3132939. OLE color: 3132939.
HSL color Cylindrical-coordinate representation of color #0BCE2F: hue angle of 131.08º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCE2F is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 11 | 206 | 47 | - |
| CMYK | 0.95 | 0 | 0.77 | 0.19 |
| HSL | 131.08º | 0.9% | 0.43% | - |
| HSV(B) | 131.08º | 0.95% | 0.81% | - |
| XYZ | 22.72 | 44.42 | 10.07 | - |
| YUV | 129.57 | 81.4 | 43.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 206 | 47 | 0.95 | 0 | 0.77 | 0.19 | 131.08 | 0.9 | 0.43 |
| Hex | B | CE | 2F | 5F | 0 | 4D | 13 | 83 | 5A | 2B |
| Octal | 13 | 316 | 57 | 137 | 0 | 115 | 23 | 203 | 132 | 53 |
| Binary | 1011 | 11001110 | 101111 | 1011111 | 0 | 1001101 | 10011 | 10000011 | 1011010 | 101011 |
Color Harmonies of #0BCE2F
Complementary color
Monochromatic Colors of #0BCE2F
Black with #0BCE2F
Text Example
Text Example
White with #0BCE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCE2F; }
p { color: rgb(11,206,47); }
H1.HeaderClassName
{
color: #0BCE2F;
}
.AnyTagClassName
{
color: #0BCE2F;
}
</style>
background-color css
<style>
a { background-color: #0BCE2F; }
a { background-color: rgb(11,206,47); }
div.DivClassName
{
background-color: #0BCE2F;
}
.BgClassName
{
background-color: #0BCE2F;
}
</style>
border-color css
<style>
span { border-color: #0BCE2F; }
span { border-color: rgb(11,206,47); }
td.TdClassName
{
border-color: #0BCE2F;
}
.TagClassName
{
border-color: #0BCE2F;
}
</style>