Html Css Color HEX #02BB13 Islamic Green

📋 copy color: '#02BB13'

red 2 ◦ green 187 ◦ blue 19

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

Shades of Islamic Green #02BB13

Tints of Islamic Green #02BB13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.13%

R = 0.96%
G = 89.9%
B = 9.13%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#02BB13 (or 0x02BB13) is known color: Islamic Green. HEX triplet: 02, BB and 13. RGB value is (2,187,19). Sum of RGB (Red+Green+Blue) = 2+187+19=208 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 208); Green value is 187 (73.44% from 255 or 89.90% from 208); Blue value is 19 (7.81% from 255 or 9.13% from 208); Max value from RGB is 187 - color contains mainly: green. Hex color #02BB13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02BB13 is #FD44EC. Grayscale: #717171. Windows color (decimal): -16598253 or 1293058. OLE color: 1293058.

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

Color convert

RGB 2 187 19 -
CMYK 0.99 0 0.90 0.27
HSL 125.51º 0.98% 0.37% -
HSV(B) 125.51º 0.99% 0.73% -
XYZ 17.91 35.6 6.54 -
YUV 112.53 75.21 49.16 -
System Red Green Blue C M Y K H S L
Decimal 2 187 19 0.99 0 0.90 0.27 125.51 0.98 0.37
Hex 2 BB 13 63 0 5A 1B 7E 62 25
Octal 2 273 23 143 0 132 33 176 142 45
Binary 10 10111011 10011 1100011 0 1011010 11011 1111110 1100010 100101

Color Harmonies of #02BB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BB13

Black with #02BB13

Text Example


Text Example

White with #02BB13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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