Html Css Color HEX #02E23A Malachite

📋 copy color: '#02E23A'

red 2 ◦ green 226 ◦ blue 58

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

Shades of Malachite #02E23A

Tints of Malachite #02E23A

RGB

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

 GREEN value IS 226 (88.67% from 255) = 79.02%

 BLUE value IS 58 (23.05% from 255) = 20.28%

R = 0.7%
G = 79.02%
B = 20.28%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#02E23A (or 0x02E23A) is known color: Malachite. HEX triplet: 02, E2 and 3A. RGB value is (2,226,58). Sum of RGB (Red+Green+Blue) = 2+226+58=286 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 286); Green value is 226 (88.67% from 255 or 79.02% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 226 - color contains mainly: green. Hex color #02E23A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02E23A is #FD1DC5. Grayscale: #8C8C8C. Windows color (decimal): -16588230 or 3858946. OLE color: 3858946.

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

Color convert

RGB 2 226 58 -
CMYK 0.99 0 0.74 0.11
HSL 135º 0.98% 0.45% -
HSV(B) 135º 0.99% 0.89% -
XYZ 27.99 54.71 13.09 -
YUV 139.87 81.79 29.66 -
System Red Green Blue C M Y K H S L
Decimal 2 226 58 0.99 0 0.74 0.11 135 0.98 0.45
Hex 2 E2 3A 63 0 4A B 87 62 2D
Octal 2 342 72 143 0 112 13 207 142 55
Binary 10 11100010 111010 1100011 0 1001010 1011 10000111 1100010 101101

Color Harmonies of #02E23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E23A

Black with #02E23A

Text Example


Text Example

White with #02E23A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,226,58); }

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

background-color css

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

 a { background-color: rgb(2,226,58); }

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

border-color css

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

 span { border-color: rgb(2,226,58); }

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