Html Css Color HEX #02BB12 Islamic Green

📋 copy color: '#02BB12'

red 2 ◦ green 187 ◦ blue 18

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

Shades of Islamic Green #02BB12

Tints of Islamic Green #02BB12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.7%

R = 0.97%
G = 90.34%
B = 8.7%

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

#02BB12 (or 0x02BB12) is known color: Islamic Green. HEX triplet: 02, BB and 12. RGB value is (2,187,18). Sum of RGB (Red+Green+Blue) = 2+187+18=207 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 207); Green value is 187 (73.44% from 255 or 90.34% from 207); Blue value is 18 (7.42% from 255 or 8.70% from 207); Max value from RGB is 187 - color contains mainly: green. Hex color #02BB12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02BB12 is #FD44ED. Grayscale: #707070. Windows color (decimal): -16598254 or 1227522. OLE color: 1227522.

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

Color convert

RGB 2 187 18 -
CMYK 0.99 0 0.90 0.27
HSL 125.19º 0.98% 0.37% -
HSV(B) 125.19º 0.99% 0.73% -
XYZ 17.9 35.6 6.5 -
YUV 112.42 74.71 49.24 -
System Red Green Blue C M Y K H S L
Decimal 2 187 18 0.99 0 0.90 0.27 125.19 0.98 0.37
Hex 2 BB 12 63 0 5A 1B 7D 62 25
Octal 2 273 22 143 0 132 33 175 142 45
Binary 10 10111011 10010 1100011 0 1011010 11011 1111101 1100010 100101

Color Harmonies of #02BB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BB12

Black with #02BB12

Text Example


Text Example

White with #02BB12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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