Shades of Dark Pastel Green #0BCC25
Tints of Dark Pastel Green #0BCC25
RGB
CMYK
RGB Variations
Color information
#0BCC25 (or 0x0BCC25) is known color: Dark Pastel Green. HEX triplet: 0B, CC and 25. RGB value is (11,204,37). Sum of RGB (Red+Green+Blue) = 11+204+37=252 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.37% from 252); Green value is 204 (80.08% from 255 or 80.95% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 204 - color contains mainly: green. Hex color #0BCC25 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BCC25 is #F433DA. Grayscale: #7F7F7F. Windows color (decimal): -16004059 or 2477067. OLE color: 2477067.
HSL color Cylindrical-coordinate representation of color #0BCC25: hue angle of 128.08º 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 #0BCC25 is Cyan = 0.95, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 11 | 204 | 37 | - |
| CMYK | 0.95 | 0 | 0.82 | 0.2 |
| HSL | 128.08º | 0.9% | 0.42% | - |
| HSV(B) | 128.08º | 0.95% | 0.8% | - |
| XYZ | 22.06 | 43.39 | 8.96 | - |
| YUV | 127.26 | 77.06 | 45.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 204 | 37 | 0.95 | 0 | 0.82 | 0.2 | 128.08 | 0.9 | 0.42 |
| Hex | B | CC | 25 | 5F | 0 | 52 | 14 | 80 | 5A | 2A |
| Octal | 13 | 314 | 45 | 137 | 0 | 122 | 24 | 200 | 132 | 52 |
| Binary | 1011 | 11001100 | 100101 | 1011111 | 0 | 1010010 | 10100 | 10000000 | 1011010 | 101010 |
Color Harmonies of #0BCC25
Complementary color
Monochromatic Colors of #0BCC25
Black with #0BCC25
Text Example
Text Example
White with #0BCC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCC25; }
p { color: rgb(11,204,37); }
H1.HeaderClassName
{
color: #0BCC25;
}
.AnyTagClassName
{
color: #0BCC25;
}
</style>
background-color css
<style>
a { background-color: #0BCC25; }
a { background-color: rgb(11,204,37); }
div.DivClassName
{
background-color: #0BCC25;
}
.BgClassName
{
background-color: #0BCC25;
}
</style>
border-color css
<style>
span { border-color: #0BCC25; }
span { border-color: rgb(11,204,37); }
td.TdClassName
{
border-color: #0BCC25;
}
.TagClassName
{
border-color: #0BCC25;
}
</style>