Shades of Dark Pastel Green #0FBC30
Tints of Dark Pastel Green #0FBC30
RGB
CMYK
RGB Variations
Color information
#0FBC30 (or 0x0FBC30) is known color: Dark Pastel Green. HEX triplet: 0F, BC and 30. RGB value is (15,188,48). Sum of RGB (Red+Green+Blue) = 15+188+48=251 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.98% from 251); Green value is 188 (73.83% from 255 or 74.90% from 251); Blue value is 48 (19.14% from 255 or 19.12% from 251); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBC30 is #F043CF. Grayscale: #787878. Windows color (decimal): -15746000 or 3193871. OLE color: 3193871.
HSL color Cylindrical-coordinate representation of color #0FBC30: hue angle of 131.45º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBC30 is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 188 | 48 | - |
| CMYK | 0.92 | 0 | 0.74 | 0.26 |
| HSL | 131.45º | 0.85% | 0.4% | - |
| HSV(B) | 131.45º | 0.92% | 0.74% | - |
| XYZ | 18.71 | 36.28 | 8.81 | - |
| YUV | 120.31 | 87.19 | 52.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 48 | 0.92 | 0 | 0.74 | 0.26 | 131.45 | 0.85 | 0.4 |
| Hex | F | BC | 30 | 5C | 0 | 4A | 1A | 83 | 55 | 28 |
| Octal | 17 | 274 | 60 | 134 | 0 | 112 | 32 | 203 | 125 | 50 |
| Binary | 1111 | 10111100 | 110000 | 1011100 | 0 | 1001010 | 11010 | 10000011 | 1010101 | 101000 |
Color Harmonies of #0FBC30
Complementary color
Monochromatic Colors of #0FBC30
Black with #0FBC30
Text Example
Text Example
White with #0FBC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBC30; }
p { color: rgb(15,188,48); }
H1.HeaderClassName
{
color: #0FBC30;
}
.AnyTagClassName
{
color: #0FBC30;
}
</style>
background-color css
<style>
a { background-color: #0FBC30; }
a { background-color: rgb(15,188,48); }
div.DivClassName
{
background-color: #0FBC30;
}
.BgClassName
{
background-color: #0FBC30;
}
</style>
border-color css
<style>
span { border-color: #0FBC30; }
span { border-color: rgb(15,188,48); }
td.TdClassName
{
border-color: #0FBC30;
}
.TagClassName
{
border-color: #0FBC30;
}
</style>