Html Css Color HEX #02C003 Islamic Green

📋 copy color: '#02C003'

red 2 ◦ green 192 ◦ blue 3

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

Shades of Islamic Green #02C003

Tints of Islamic Green #02C003

RGB

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

 GREEN value IS 192 (75.39% from 255) = 97.46%

 BLUE value IS 3 (1.56% from 255) = 1.52%

R = 1.02%
G = 97.46%
B = 1.52%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#02C003 (or 0x02C003) is known color: Islamic Green. HEX triplet: 02, C0 and 03. RGB value is (2,192,3). Sum of RGB (Red+Green+Blue) = 2+192+3=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 192 (75.39% from 255 or 97.46% from 197); Blue value is 3 (1.56% from 255 or 1.52% from 197); Max value from RGB is 192 - color contains mainly: green. Hex color #02C003 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C003 is #FD3FFC. Grayscale: #727272. Windows color (decimal): -16596989 or 245762. OLE color: 245762.

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

Color convert

RGB 2 192 3 -
CMYK 0.99 0 0.98 0.25
HSL 120.32º 0.98% 0.38% -
HSV(B) 120.32º 0.99% 0.75% -
XYZ 18.89 37.72 6.37 -
YUV 113.64 65.55 48.37 -
System Red Green Blue C M Y K H S L
Decimal 2 192 3 0.99 0 0.98 0.25 120.32 0.98 0.38
Hex 2 C0 3 63 0 62 19 78 62 26
Octal 2 300 3 143 0 142 31 170 142 46
Binary 10 11000000 11 1100011 0 1100010 11001 1111000 1100010 100110

Color Harmonies of #02C003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C003

Black with #02C003

Text Example


Text Example

White with #02C003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,192,3); }

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

background-color css

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

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

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

border-color css

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

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

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