Shades of Pigment Green #03BC54
Tints of Pigment Green #03BC54
RGB
CMYK
RGB Variations
Color information
#03BC54 (or 0x03BC54) is known color: Pigment Green. HEX triplet: 03, BC and 54. RGB value is (3,188,84). Sum of RGB (Red+Green+Blue) = 3+188+84=275 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 275); Green value is 188 (73.83% from 255 or 68.36% from 275); Blue value is 84 (33.20% from 255 or 30.55% from 275); Max value from RGB is 188 - color contains mainly: green. Hex color #03BC54 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BC54 is #FC43AB. Grayscale: #797979. Windows color (decimal): -16532396 or 5553155. OLE color: 5553155.
HSL color Cylindrical-coordinate representation of color #03BC54: hue angle of 146.27º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BC54 is Cyan = 0.98, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 188 | 84 | - |
| CMYK | 0.98 | 0 | 0.55 | 0.26 |
| HSL | 146.27º | 0.97% | 0.37% | - |
| HSV(B) | 146.27º | 0.98% | 0.74% | - |
| XYZ | 19.62 | 36.63 | 14.42 | - |
| YUV | 120.83 | 107.21 | 43.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 188 | 84 | 0.98 | 0 | 0.55 | 0.26 | 146.27 | 0.97 | 0.37 |
| Hex | 3 | BC | 54 | 62 | 0 | 37 | 1A | 92 | 61 | 25 |
| Octal | 3 | 274 | 124 | 142 | 0 | 67 | 32 | 222 | 141 | 45 |
| Binary | 11 | 10111100 | 1010100 | 1100010 | 0 | 110111 | 11010 | 10010010 | 1100001 | 100101 |
Color Harmonies of #03BC54
Complementary color
Monochromatic Colors of #03BC54
Black with #03BC54
Text Example
Text Example
White with #03BC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BC54; }
p { color: rgb(3,188,84); }
H1.HeaderClassName
{
color: #03BC54;
}
.AnyTagClassName
{
color: #03BC54;
}
</style>
background-color css
<style>
a { background-color: #03BC54; }
a { background-color: rgb(3,188,84); }
div.DivClassName
{
background-color: #03BC54;
}
.BgClassName
{
background-color: #03BC54;
}
</style>
border-color css
<style>
span { border-color: #03BC54; }
span { border-color: rgb(3,188,84); }
td.TdClassName
{
border-color: #03BC54;
}
.TagClassName
{
border-color: #03BC54;
}
</style>