Html Css Color HEX #02BD15 Islamic Green

📋 copy color: '#02BD15'

red 2 ◦ green 189 ◦ blue 21

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

Shades of Islamic Green #02BD15

Tints of Islamic Green #02BD15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.91%

R = 0.94%
G = 89.15%
B = 9.91%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#02BD15 (or 0x02BD15) is known color: Islamic Green. HEX triplet: 02, BD and 15. RGB value is (2,189,21). Sum of RGB (Red+Green+Blue) = 2+189+21=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 189 (74.22% from 255 or 89.15% from 212); Blue value is 21 (8.59% from 255 or 9.91% from 212); Max value from RGB is 189 - color contains mainly: green. Hex color #02BD15 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02BD15 is #FD42EA. Grayscale: #727272. Windows color (decimal): -16597739 or 1424642. OLE color: 1424642.

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

Color convert

RGB 2 189 21 -
CMYK 0.99 0 0.89 0.26
HSL 126.1º 0.98% 0.37% -
HSV(B) 126.1º 0.99% 0.74% -
XYZ 18.36 36.46 6.78 -
YUV 113.94 75.55 48.16 -
System Red Green Blue C M Y K H S L
Decimal 2 189 21 0.99 0 0.89 0.26 126.1 0.98 0.37
Hex 2 BD 15 63 0 59 1A 7E 62 25
Octal 2 275 25 143 0 131 32 176 142 45
Binary 10 10111101 10101 1100011 0 1011001 11010 1111110 1100010 100101

Color Harmonies of #02BD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BD15

Black with #02BD15

Text Example


Text Example

White with #02BD15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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