Html Css Color HEX #02C802 Islamic Green

📋 copy color: '#02C802'

red 2 ◦ green 200 ◦ blue 2

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

Shades of Islamic Green #02C802

Tints of Islamic Green #02C802

RGB

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

 GREEN value IS 200 (78.52% from 255) = 98.04%

 BLUE value IS 2 (1.17% from 255) = 0.98%

R = 0.98%
G = 98.04%
B = 0.98%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#02C802 (or 0x02C802) is known color: Islamic Green. HEX triplet: 02, C8 and 02. RGB value is (2,200,2). Sum of RGB (Red+Green+Blue) = 2+200+2=204 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 204); Green value is 200 (78.52% from 255 or 98.04% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 200 - color contains mainly: green. Hex color #02C802 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C802 is #FD37FD. Grayscale: #767676. Windows color (decimal): -16594942 or 182274. OLE color: 182274.

HSL color Cylindrical-coordinate representation of color #02C802: hue angle of 120º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C802 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 2 200 2 -
CMYK 0.99 0 0.99 0.22
HSL 120º 0.98% 0.4% -
HSV(B) 120º 0.99% 0.78% -
XYZ 20.69 41.33 6.94 -
YUV 118.23 62.4 45.1 -
System Red Green Blue C M Y K H S L
Decimal 2 200 2 0.99 0 0.99 0.22 120 0.98 0.4
Hex 2 C8 2 63 0 63 16 78 62 28
Octal 2 310 2 143 0 143 26 170 142 50
Binary 10 11001000 10 1100011 0 1100011 10110 1111000 1100010 101000

Color Harmonies of #02C802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C802

Black with #02C802

Text Example


Text Example

White with #02C802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,200,2); }

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

background-color css

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

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

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

border-color css

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

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

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