Html Css Color HEX #02E462 Malachite

📋 copy color: '#02E462'

red 2 ◦ green 228 ◦ blue 98

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

Shades of Malachite #02E462

Tints of Malachite #02E462

RGB

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

 GREEN value IS 228 (89.45% from 255) = 69.51%

 BLUE value IS 98 (38.67% from 255) = 29.88%

R = 0.61%
G = 69.51%
B = 29.88%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#02E462 (or 0x02E462) is known color: Malachite. HEX triplet: 02, E4 and 62. RGB value is (2,228,98). Sum of RGB (Red+Green+Blue) = 2+228+98=328 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 328); Green value is 228 (89.45% from 255 or 69.51% from 328); Blue value is 98 (38.67% from 255 or 29.88% from 328); Max value from RGB is 228 - color contains mainly: green. Hex color #02E462 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02E462 is #FD1B9D. Grayscale: #919191. Windows color (decimal): -16587678 or 6480898. OLE color: 6480898.

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

Color convert

RGB 2 228 98 -
CMYK 0.99 0 0.57 0.11
HSL 145.49º 0.98% 0.45% -
HSV(B) 145.49º 0.99% 0.89% -
XYZ 29.97 56.38 20.86 -
YUV 145.61 101.13 25.57 -
System Red Green Blue C M Y K H S L
Decimal 2 228 98 0.99 0 0.57 0.11 145.49 0.98 0.45
Hex 2 E4 62 63 0 39 B 91 62 2D
Octal 2 344 142 143 0 71 13 221 142 55
Binary 10 11100100 1100010 1100011 0 111001 1011 10010001 1100010 101101

Color Harmonies of #02E462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E462

Black with #02E462

Text Example


Text Example

White with #02E462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,228,98); }

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

background-color css

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

 a { background-color: rgb(2,228,98); }

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

border-color css

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

 span { border-color: rgb(2,228,98); }

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