Shades of Dark Pastel Green #00BC3F
Tints of Dark Pastel Green #00BC3F
RGB
CMYK
RGB Variations
Color information
#00BC3F (or 0x00BC3F) is known color: Dark Pastel Green. HEX triplet: 00, BC and 3F. RGB value is (0,188,63). Sum of RGB (Red+Green+Blue) = 0+188+63=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 188 (73.83% from 255 or 74.90% from 251); Blue value is 63 (25% from 255 or 25.10% from 251); Max value from RGB is 188 - color contains mainly: green. Hex color #00BC3F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00BC3F is #FF43C0. Grayscale: #757575. Windows color (decimal): -16729025 or 4176896. OLE color: 4176896.
HSL color Cylindrical-coordinate representation of color #00BC3F: hue angle of 140.11º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BC3F is Cyan = 1, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 188 | 63 | - |
| CMYK | 1 | 0 | 0.66 | 0.26 |
| HSL | 140.11º | 1% | 0.37% | - |
| HSV(B) | 140.11º | 1% | 0.74% | - |
| XYZ | 18.88 | 36.33 | 10.72 | - |
| YUV | 117.54 | 97.22 | 44.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 188 | 63 | 1 | 0 | 0.66 | 0.26 | 140.11 | 1 | 0.37 |
| Hex | 0 | BC | 3F | 64 | 0 | 42 | 1A | 8C | 64 | 25 |
| Octal | 0 | 274 | 77 | 144 | 0 | 102 | 32 | 214 | 144 | 45 |
| Binary | 0 | 10111100 | 111111 | 1100100 | 0 | 1000010 | 11010 | 10001100 | 1100100 | 100101 |
Color Harmonies of #00BC3F
Complementary color
Monochromatic Colors of #00BC3F
Black with #00BC3F
Text Example
Text Example
White with #00BC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BC3F; }
p { color: rgb(0,188,63); }
H1.HeaderClassName
{
color: #00BC3F;
}
.AnyTagClassName
{
color: #00BC3F;
}
</style>
background-color css
<style>
a { background-color: #00BC3F; }
a { background-color: rgb(0,188,63); }
div.DivClassName
{
background-color: #00BC3F;
}
.BgClassName
{
background-color: #00BC3F;
}
</style>
border-color css
<style>
span { border-color: #00BC3F; }
span { border-color: rgb(0,188,63); }
td.TdClassName
{
border-color: #00BC3F;
}
.TagClassName
{
border-color: #00BC3F;
}
</style>