Html Css Color HEX #02E332 Malachite

📋 copy color: '#02E332'

red 2 ◦ green 227 ◦ blue 50

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

Shades of Malachite #02E332

Tints of Malachite #02E332

RGB

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

 GREEN value IS 227 (89.06% from 255) = 81.36%

 BLUE value IS 50 (19.92% from 255) = 17.92%

R = 0.72%
G = 81.36%
B = 17.92%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#02E332 (or 0x02E332) is known color: Malachite. HEX triplet: 02, E3 and 32. RGB value is (2,227,50). Sum of RGB (Red+Green+Blue) = 2+227+50=279 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 279); Green value is 227 (89.06% from 255 or 81.36% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 227 - color contains mainly: green. Hex color #02E332 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02E332 is #FD1CCD. Grayscale: #8C8C8C. Windows color (decimal): -16587982 or 3334914. OLE color: 3334914.

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

Color convert

RGB 2 227 50 -
CMYK 0.99 0 0.78 0.11
HSL 132.8º 0.98% 0.45% -
HSV(B) 132.8º 0.99% 0.89% -
XYZ 28.07 55.18 12.19 -
YUV 139.55 77.46 29.89 -
System Red Green Blue C M Y K H S L
Decimal 2 227 50 0.99 0 0.78 0.11 132.8 0.98 0.45
Hex 2 E3 32 63 0 4E B 85 62 2D
Octal 2 343 62 143 0 116 13 205 142 55
Binary 10 11100011 110010 1100011 0 1001110 1011 10000101 1100010 101101

Color Harmonies of #02E332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E332

Black with #02E332

Text Example


Text Example

White with #02E332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,227,50); }

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

background-color css

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

 a { background-color: rgb(2,227,50); }

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

border-color css

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

 span { border-color: rgb(2,227,50); }

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