Shades of Islamic Green #02BC00
Tints of Islamic Green #02BC00
RGB
CMYK
RGB Variations
Color information
#02BC00 (or 0x02BC00) is known color: Islamic Green. HEX triplet: 02, BC and 00. RGB value is (2,188,0). Sum of RGB (Red+Green+Blue) = 2+188+0=190 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 190); Green value is 188 (73.83% from 255 or 98.95% from 190); Blue value is 0 (0.39% from 255 or 0% from 190); Max value from RGB is 188 - color contains mainly: green. Hex color #02BC00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02BC00 is #FD43FF. Grayscale: #6F6F6F. Windows color (decimal): -16598016 or 48130. OLE color: 48130.
HSL color Cylindrical-coordinate representation of color #02BC00: hue angle of 119.36º 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 #02BC00 is Cyan = 0.99, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 188 | 0 | - |
| CMYK | 0.99 | 0 | 1 | 0.26 |
| HSL | 119.36º | 1% | 0.37% | - |
| HSV(B) | 119.36º | 1% | 0.74% | - |
| XYZ | 18.01 | 35.98 | 6 | - |
| YUV | 110.95 | 65.38 | 50.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 188 | 0 | 0.99 | 0 | 1 | 0.26 | 119.36 | 1 | 0.37 |
| Hex | 2 | BC | 0 | 63 | 0 | 64 | 1A | 77 | 64 | 25 |
| Octal | 2 | 274 | 0 | 143 | 0 | 144 | 32 | 167 | 144 | 45 |
| Binary | 10 | 10111100 | 0 | 1100011 | 0 | 1100100 | 11010 | 1110111 | 1100100 | 100101 |
Color Harmonies of #02BC00
Complementary color
Monochromatic Colors of #02BC00
Black with #02BC00
Text Example
Text Example
White with #02BC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BC00; }
p { color: rgb(2,188,0); }
H1.HeaderClassName
{
color: #02BC00;
}
.AnyTagClassName
{
color: #02BC00;
}
</style>
background-color css
<style>
a { background-color: #02BC00; }
a { background-color: rgb(2,188,0); }
div.DivClassName
{
background-color: #02BC00;
}
.BgClassName
{
background-color: #02BC00;
}
</style>
border-color css
<style>
span { border-color: #02BC00; }
span { border-color: rgb(2,188,0); }
td.TdClassName
{
border-color: #02BC00;
}
.TagClassName
{
border-color: #02BC00;
}
</style>