Shades of Dark Pastel Green #0BDA30
Tints of Dark Pastel Green #0BDA30
RGB
CMYK
RGB Variations
Color information
#0BDA30 (or 0x0BDA30) is known color: Dark Pastel Green. HEX triplet: 0B, DA and 30. RGB value is (11,218,48). Sum of RGB (Red+Green+Blue) = 11+218+48=277 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.97% from 277); Green value is 218 (85.55% from 255 or 78.70% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 218 - color contains mainly: green. Hex color #0BDA30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BDA30 is #F425CF. Grayscale: #898989. Windows color (decimal): -16000464 or 3201547. OLE color: 3201547.
HSL color Cylindrical-coordinate representation of color #0BDA30: hue angle of 130.72º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDA30 is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 218 | 48 | - |
| CMYK | 0.95 | 0 | 0.78 | 0.15 |
| HSL | 130.72º | 0.9% | 0.45% | - |
| HSV(B) | 130.72º | 0.95% | 0.85% | - |
| XYZ | 25.74 | 50.43 | 11.17 | - |
| YUV | 136.73 | 77.92 | 38.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 218 | 48 | 0.95 | 0 | 0.78 | 0.15 | 130.72 | 0.9 | 0.45 |
| Hex | B | DA | 30 | 5F | 0 | 4E | F | 83 | 5A | 2D |
| Octal | 13 | 332 | 60 | 137 | 0 | 116 | 17 | 203 | 132 | 55 |
| Binary | 1011 | 11011010 | 110000 | 1011111 | 0 | 1001110 | 1111 | 10000011 | 1011010 | 101101 |
Color Harmonies of #0BDA30
Complementary color
Monochromatic Colors of #0BDA30
Black with #0BDA30
Text Example
Text Example
White with #0BDA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDA30; }
p { color: rgb(11,218,48); }
H1.HeaderClassName
{
color: #0BDA30;
}
.AnyTagClassName
{
color: #0BDA30;
}
</style>
background-color css
<style>
a { background-color: #0BDA30; }
a { background-color: rgb(11,218,48); }
div.DivClassName
{
background-color: #0BDA30;
}
.BgClassName
{
background-color: #0BDA30;
}
</style>
border-color css
<style>
span { border-color: #0BDA30; }
span { border-color: rgb(11,218,48); }
td.TdClassName
{
border-color: #0BDA30;
}
.TagClassName
{
border-color: #0BDA30;
}
</style>