Html Css Color HEX #02CA04 Islamic Green

📋 copy color: '#02CA04'

red 2 ◦ green 202 ◦ blue 4

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

Shades of Islamic Green #02CA04

Tints of Islamic Green #02CA04

RGB

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

 GREEN value IS 202 (79.3% from 255) = 97.12%

 BLUE value IS 4 (1.95% from 255) = 1.92%

R = 0.96%
G = 97.12%
B = 1.92%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#02CA04 (or 0x02CA04) is known color: Islamic Green. HEX triplet: 02, CA and 04. RGB value is (2,202,4). Sum of RGB (Red+Green+Blue) = 2+202+4=208 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 208); Green value is 202 (79.30% from 255 or 97.12% from 208); Blue value is 4 (1.95% from 255 or 1.92% from 208); Max value from RGB is 202 - color contains mainly: green. Hex color #02CA04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02CA04 is #FD35FB. Grayscale: #787878. Windows color (decimal): -16594428 or 313858. OLE color: 313858.

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

Color convert

RGB 2 202 4 -
CMYK 0.99 0 0.98 0.21
HSL 120.6º 0.98% 0.4% -
HSV(B) 120.6º 0.99% 0.79% -
XYZ 21.17 42.26 7.16 -
YUV 119.63 62.74 44.1 -
System Red Green Blue C M Y K H S L
Decimal 2 202 4 0.99 0 0.98 0.21 120.6 0.98 0.4
Hex 2 CA 4 63 0 62 15 79 62 28
Octal 2 312 4 143 0 142 25 171 142 50
Binary 10 11001010 100 1100011 0 1100010 10101 1111001 1100010 101000

Color Harmonies of #02CA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CA04

Black with #02CA04

Text Example


Text Example

White with #02CA04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,202,4); }

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

background-color css

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

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

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

border-color css

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

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

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