Html Css Color HEX #02BB16 Islamic Green

📋 copy color: '#02BB16'

red 2 ◦ green 187 ◦ blue 22

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

Shades of Islamic Green #02BB16

Tints of Islamic Green #02BB16

RGB

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

 GREEN value IS 187 (73.44% from 255) = 88.63%

 BLUE value IS 22 (8.98% from 255) = 10.43%

R = 0.95%
G = 88.63%
B = 10.43%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#02BB16 (or 0x02BB16) is known color: Islamic Green. HEX triplet: 02, BB and 16. RGB value is (2,187,22). Sum of RGB (Red+Green+Blue) = 2+187+22=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 187 (73.44% from 255 or 88.63% from 211); Blue value is 22 (8.98% from 255 or 10.43% from 211); Max value from RGB is 187 - color contains mainly: green. Hex color #02BB16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02BB16 is #FD44E9. Grayscale: #717171. Windows color (decimal): -16598250 or 1489666. OLE color: 1489666.

HSL color Cylindrical-coordinate representation of color #02BB16: hue angle of 126.49º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BB16 is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 187 22 -
CMYK 0.99 0 0.88 0.27
HSL 126.49º 0.98% 0.37% -
HSV(B) 126.49º 0.99% 0.73% -
XYZ 17.94 35.61 6.69 -
YUV 112.88 76.71 48.92 -
System Red Green Blue C M Y K H S L
Decimal 2 187 22 0.99 0 0.88 0.27 126.49 0.98 0.37
Hex 2 BB 16 63 0 58 1B 7E 62 25
Octal 2 273 26 143 0 130 33 176 142 45
Binary 10 10111011 10110 1100011 0 1011000 11011 1111110 1100010 100101

Color Harmonies of #02BB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BB16

Black with #02BB16

Text Example


Text Example

White with #02BB16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,187,22); }

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

background-color css

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

 a { background-color: rgb(2,187,22); }

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

border-color css

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

 span { border-color: rgb(2,187,22); }

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