Html Css Color HEX #02E74C Malachite

📋 copy color: '#02E74C'

red 2 ◦ green 231 ◦ blue 76

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

Shades of Malachite #02E74C

Tints of Malachite #02E74C

RGB

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

 GREEN value IS 231 (90.63% from 255) = 74.76%

 BLUE value IS 76 (30.08% from 255) = 24.6%

R = 0.65%
G = 74.76%
B = 24.6%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#02E74C (or 0x02E74C) is known color: Malachite. HEX triplet: 02, E7 and 4C. RGB value is (2,231,76). Sum of RGB (Red+Green+Blue) = 2+231+76=309 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 309); Green value is 231 (90.62% from 255 or 74.76% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 231 - color contains mainly: green. Hex color #02E74C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02E74C is #FD18B3. Grayscale: #919191. Windows color (decimal): -16586932 or 5039874. OLE color: 5039874.

HSL color Cylindrical-coordinate representation of color #02E74C: hue angle of 139.39º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E74C is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 2 231 76 -
CMYK 0.99 0 0.67 0.09
HSL 139.39º 0.98% 0.46% -
HSV(B) 139.39º 0.99% 0.91% -
XYZ 29.91 57.69 16.4 -
YUV 144.86 89.13 26.1 -
System Red Green Blue C M Y K H S L
Decimal 2 231 76 0.99 0 0.67 0.09 139.39 0.98 0.46
Hex 2 E7 4C 63 0 43 9 8B 62 2E
Octal 2 347 114 143 0 103 11 213 142 56
Binary 10 11100111 1001100 1100011 0 1000011 1001 10001011 1100010 101110

Color Harmonies of #02E74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E74C

Black with #02E74C

Text Example


Text Example

White with #02E74C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,231,76); }

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

background-color css

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

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

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

border-color css

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

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

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