Html Css Color HEX #02BD11 Islamic Green

📋 copy color: '#02BD11'

red 2 ◦ green 189 ◦ blue 17

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

Shades of Islamic Green #02BD11

Tints of Islamic Green #02BD11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.17%

R = 0.96%
G = 90.87%
B = 8.17%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#02BD11 (or 0x02BD11) is known color: Islamic Green. HEX triplet: 02, BD and 11. RGB value is (2,189,17). Sum of RGB (Red+Green+Blue) = 2+189+17=208 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 208); Green value is 189 (74.22% from 255 or 90.87% from 208); Blue value is 17 (7.03% from 255 or 8.17% from 208); Max value from RGB is 189 - color contains mainly: green. Hex color #02BD11 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02BD11 is #FD42EE. Grayscale: #717171. Windows color (decimal): -16597743 or 1162498. OLE color: 1162498.

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

Color convert

RGB 2 189 17 -
CMYK 0.99 0 0.91 0.26
HSL 124.81º 0.98% 0.37% -
HSV(B) 124.81º 0.99% 0.74% -
XYZ 18.32 36.45 6.6 -
YUV 113.48 73.55 48.49 -
System Red Green Blue C M Y K H S L
Decimal 2 189 17 0.99 0 0.91 0.26 124.81 0.98 0.37
Hex 2 BD 11 63 0 5B 1A 7D 62 25
Octal 2 275 21 143 0 133 32 175 142 45
Binary 10 10111101 10001 1100011 0 1011011 11010 1111101 1100010 100101

Color Harmonies of #02BD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BD11

Black with #02BD11

Text Example


Text Example

White with #02BD11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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