Html Css Color HEX #02BD04 Islamic Green

📋 copy color: '#02BD04'

red 2 ◦ green 189 ◦ blue 4

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

Shades of Islamic Green #02BD04

Tints of Islamic Green #02BD04

RGB

 RED value IS 2 (1.17% from 255) = 1.03%

 GREEN value IS 189 (74.22% from 255) = 96.92%

 BLUE value IS 4 (1.95% from 255) = 2.05%

R = 1.03%
G = 96.92%
B = 2.05%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#02BD04 (or 0x02BD04) is known color: Islamic Green. HEX triplet: 02, BD and 04. RGB value is (2,189,4). Sum of RGB (Red+Green+Blue) = 2+189+4=195 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 195); Green value is 189 (74.22% from 255 or 96.92% from 195); Blue value is 4 (1.95% from 255 or 2.05% from 195); Max value from RGB is 189 - color contains mainly: green. Hex color #02BD04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02BD04 is #FD42FB. Grayscale: #707070. Windows color (decimal): -16597756 or 310530. OLE color: 310530.

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

Color convert

RGB 2 189 4 -
CMYK 0.99 0 0.98 0.26
HSL 120.64º 0.98% 0.37% -
HSV(B) 120.64º 0.99% 0.74% -
XYZ 18.24 36.42 6.18 -
YUV 112 67.05 49.54 -
System Red Green Blue C M Y K H S L
Decimal 2 189 4 0.99 0 0.98 0.26 120.64 0.98 0.37
Hex 2 BD 4 63 0 62 1A 79 62 25
Octal 2 275 4 143 0 142 32 171 142 45
Binary 10 10111101 100 1100011 0 1100010 11010 1111001 1100010 100101

Color Harmonies of #02BD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BD04

Black with #02BD04

Text Example


Text Example

White with #02BD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02BD04; }

 p { color: rgb(2,189,4); }

 H1.HeaderClassName
 {
   color: #02BD04;
 }
 .AnyTagClassName
 {
   color: #02BD04;
 }
</style>

background-color css

<style>
 a { background-color: #02BD04; }

 a { background-color: rgb(2,189,4); }

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

border-color css

<style>
 span { border-color: #02BD04; }

 span { border-color: rgb(2,189,4); }

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