Shades of Islamic Green #02BC02
Tints of Islamic Green #02BC02
RGB
CMYK
RGB Variations
Color information
#02BC02 (or 0x02BC02) is known color: Islamic Green. HEX triplet: 02, BC and 02. RGB value is (2,188,2). Sum of RGB (Red+Green+Blue) = 2+188+2=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 188 (73.83% from 255 or 97.92% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 188 - color contains mainly: green. Hex color #02BC02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02BC02 is #FD43FD. Grayscale: #6F6F6F. Windows color (decimal): -16598014 or 179202. OLE color: 179202.
HSL color Cylindrical-coordinate representation of color #02BC02: hue angle of 120º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BC02 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 188 | 2 | - |
| CMYK | 0.99 | 0 | 0.99 | 0.26 |
| HSL | 120º | 0.98% | 0.37% | - |
| HSV(B) | 120º | 0.99% | 0.74% | - |
| XYZ | 18.02 | 35.98 | 6.05 | - |
| YUV | 111.18 | 66.38 | 50.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 188 | 2 | 0.99 | 0 | 0.99 | 0.26 | 120 | 0.98 | 0.37 |
| Hex | 2 | BC | 2 | 63 | 0 | 63 | 1A | 78 | 62 | 25 |
| Octal | 2 | 274 | 2 | 143 | 0 | 143 | 32 | 170 | 142 | 45 |
| Binary | 10 | 10111100 | 10 | 1100011 | 0 | 1100011 | 11010 | 1111000 | 1100010 | 100101 |
Color Harmonies of #02BC02
Complementary color
Monochromatic Colors of #02BC02
Black with #02BC02
Text Example
Text Example
White with #02BC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BC02; }
p { color: rgb(2,188,2); }
H1.HeaderClassName
{
color: #02BC02;
}
.AnyTagClassName
{
color: #02BC02;
}
</style>
background-color css
<style>
a { background-color: #02BC02; }
a { background-color: rgb(2,188,2); }
div.DivClassName
{
background-color: #02BC02;
}
.BgClassName
{
background-color: #02BC02;
}
</style>
border-color css
<style>
span { border-color: #02BC02; }
span { border-color: rgb(2,188,2); }
td.TdClassName
{
border-color: #02BC02;
}
.TagClassName
{
border-color: #02BC02;
}
</style>