#02BC00

Color #02BC00 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #02BC00

Tints of Islamic Green #02BC00

Color information

#02BC00 (or 0x02BC00) is unknown color: approx 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

RGB21880-
CMYK0.99010.26
HSL119.36º100%36.86%-
HSV(B)119.36º100%73.73%-
XYZ18.0135.986-
YUV110.9565.3850.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 1.05%
GREEN value IS 188 (73.83% from 255) = 98.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=1.05%
G=98.95%
B=0%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal218800.99010.26119.3610036.86
Hex2BC0630641A776425
Octal2274014301443216714445
Binary101011110001100011011001001101011101111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02BC00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>