Html Css Color HEX #02E732 Malachite

📋 copy color: '#02E732'

red 2 ◦ green 231 ◦ blue 50

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

Shades of Malachite #02E732

Tints of Malachite #02E732

RGB

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

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

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

R = 0.71%
G = 81.63%
B = 17.67%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#02E732 (or 0x02E732) is known color: Malachite. HEX triplet: 02, E7 and 32. RGB value is (2,231,50). Sum of RGB (Red+Green+Blue) = 2+231+50=283 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 283); Green value is 231 (90.62% from 255 or 81.63% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 231 - color contains mainly: green. Hex color #02E732 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02E732 is #FD18CD. Grayscale: #8E8E8E. Windows color (decimal): -16586958 or 3335938. OLE color: 3335938.

HSL color Cylindrical-coordinate representation of color #02E732: hue angle of 132.58º 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 #02E732 is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB 2 231 50 -
CMYK 0.99 0 0.78 0.09
HSL 132.58º 0.98% 0.46% -
HSV(B) 132.58º 0.99% 0.91% -
XYZ 29.18 57.4 12.56 -
YUV 141.9 76.13 28.22 -
System Red Green Blue C M Y K H S L
Decimal 2 231 50 0.99 0 0.78 0.09 132.58 0.98 0.46
Hex 2 E7 32 63 0 4E 9 85 62 2E
Octal 2 347 62 143 0 116 11 205 142 56
Binary 10 11100111 110010 1100011 0 1001110 1001 10000101 1100010 101110

Color Harmonies of #02E732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E732

Black with #02E732

Text Example


Text Example

White with #02E732

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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