Html Css Color HEX #02C40F Islamic Green

📋 copy color: '#02C40F'

red 2 ◦ green 196 ◦ blue 15

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

Shades of Islamic Green #02C40F

Tints of Islamic Green #02C40F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 92.02%

 BLUE value IS 15 (6.25% from 255) = 7.04%

R = 0.94%
G = 92.02%
B = 7.04%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#02C40F (or 0x02C40F) is known color: Islamic Green. HEX triplet: 02, C4 and 0F. RGB value is (2,196,15). Sum of RGB (Red+Green+Blue) = 2+196+15=213 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 213); Green value is 196 (76.95% from 255 or 92.02% from 213); Blue value is 15 (6.25% from 255 or 7.04% from 213); Max value from RGB is 196 - color contains mainly: green. Hex color #02C40F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C40F is #FD3BF0. Grayscale: #757575. Windows color (decimal): -16595953 or 1033218. OLE color: 1033218.

HSL color Cylindrical-coordinate representation of color #02C40F: hue angle of 124.02º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C40F is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 2 196 15 -
CMYK 0.99 0 0.92 0.23
HSL 124.02º 0.98% 0.39% -
HSV(B) 124.02º 0.99% 0.77% -
XYZ 19.85 39.53 7.04 -
YUV 117.36 70.23 45.72 -
System Red Green Blue C M Y K H S L
Decimal 2 196 15 0.99 0 0.92 0.23 124.02 0.98 0.39
Hex 2 C4 F 63 0 5C 17 7C 62 27
Octal 2 304 17 143 0 134 27 174 142 47
Binary 10 11000100 1111 1100011 0 1011100 10111 1111100 1100010 100111

Color Harmonies of #02C40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C40F

Black with #02C40F

Text Example


Text Example

White with #02C40F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,196,15); }

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

background-color css

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

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

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

border-color css

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

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

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