Html Css Color HEX #07BC02 Islamic Green

📋 copy color: '#07BC02'

red 7 ◦ green 188 ◦ blue 2

#07BC02
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #07BC02

Tints of Islamic Green #07BC02

RGB

 RED value IS 7 (3.13% from 255) = 3.55%

 GREEN value IS 188 (73.83% from 255) = 95.43%

 BLUE value IS 2 (1.17% from 255) = 1.02%

R = 3.55%
G = 95.43%
B = 1.02%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#07BC02 (or 0x07BC02) is known color: Islamic Green. HEX triplet: 07, BC and 02. RGB value is (7,188,2). Sum of RGB (Red+Green+Blue) = 7+188+2=197 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.55% from 197); Green value is 188 (73.83% from 255 or 95.43% from 197); Blue value is 2 (1.17% from 255 or 1.02% from 197); Max value from RGB is 188 - color contains mainly: green. Hex color #07BC02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07BC02 is #F843FD. Grayscale: #717171. Windows color (decimal): -16270334 or 179207. OLE color: 179207.

HSL color Cylindrical-coordinate representation of color #07BC02: hue angle of 118.39º 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 #07BC02 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 7 188 2 -
CMYK 0.96 0 0.99 0.26
HSL 118.39º 0.98% 0.37% -
HSV(B) 118.39º 0.99% 0.74% -
XYZ 18.08 36.02 6.06 -
YUV 112.68 65.53 52.62 -
System Red Green Blue C M Y K H S L
Decimal 7 188 2 0.96 0 0.99 0.26 118.39 0.98 0.37
Hex 7 BC 2 60 0 63 1A 76 62 25
Octal 7 274 2 140 0 143 32 166 142 45
Binary 111 10111100 10 1100000 0 1100011 11010 1110110 1100010 100101

Color Harmonies of #07BC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BC02

Black with #07BC02

Text Example


Text Example

White with #07BC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07BC02; }

 p { color: rgb(7,188,2); }

 H1.HeaderClassName
 {
   color: #07BC02;
 }
 .AnyTagClassName
 {
   color: #07BC02;
 }
</style>

background-color css

<style>
 a { background-color: #07BC02; }

 a { background-color: rgb(7,188,2); }

 div.DivClassName
 {
   background-color: #07BC02;
 }
 .BgClassName
 {
   background-color: #07BC02;
 }
</style>

border-color css

<style>
 span { border-color: #07BC02; }

 span { border-color: rgb(7,188,2); }

 td.TdClassName
 {
   border-color: #07BC02;
 }
 .TagClassName
 {
   border-color: #07BC02;
 }
</style>