Html Css Color HEX #02E151 Malachite

📋 copy color: '#02E151'

red 2 ◦ green 225 ◦ blue 81

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

Shades of Malachite #02E151

Tints of Malachite #02E151

RGB

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

 GREEN value IS 225 (88.28% from 255) = 73.05%

 BLUE value IS 81 (32.03% from 255) = 26.3%

R = 0.65%
G = 73.05%
B = 26.3%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#02E151 (or 0x02E151) is known color: Malachite. HEX triplet: 02, E1 and 51. RGB value is (2,225,81). Sum of RGB (Red+Green+Blue) = 2+225+81=308 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 308); Green value is 225 (88.28% from 255 or 73.05% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 225 - color contains mainly: green. Hex color #02E151 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02E151 is #FD1EAE. Grayscale: #8E8E8E. Windows color (decimal): -16588463 or 5366018. OLE color: 5366018.

HSL color Cylindrical-coordinate representation of color #02E151: hue angle of 141.26º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E151 is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 2 225 81 -
CMYK 0.99 0 0.64 0.12
HSL 141.26º 0.98% 0.45% -
HSV(B) 141.26º 0.99% 0.88% -
XYZ 28.44 54.46 16.8 -
YUV 141.91 93.62 28.21 -
System Red Green Blue C M Y K H S L
Decimal 2 225 81 0.99 0 0.64 0.12 141.26 0.98 0.45
Hex 2 E1 51 63 0 40 C 8D 62 2D
Octal 2 341 121 143 0 100 14 215 142 55
Binary 10 11100001 1010001 1100011 0 1000000 1100 10001101 1100010 101101

Color Harmonies of #02E151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E151

Black with #02E151

Text Example


Text Example

White with #02E151

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,225,81); }

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

background-color css

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

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

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

border-color css

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

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

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