Html Css Color HEX #02E43B Malachite

📋 copy color: '#02E43B'

red 2 ◦ green 228 ◦ blue 59

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

Shades of Malachite #02E43B

Tints of Malachite #02E43B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.42%

R = 0.69%
G = 78.89%
B = 20.42%

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

#02E43B (or 0x02E43B) is known color: Malachite. HEX triplet: 02, E4 and 3B. RGB value is (2,228,59). Sum of RGB (Red+Green+Blue) = 2+228+59=289 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 289); Green value is 228 (89.45% from 255 or 78.89% from 289); Blue value is 59 (23.44% from 255 or 20.42% from 289); Max value from RGB is 228 - color contains mainly: green. Hex color #02E43B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02E43B is #FD1BC4. Grayscale: #8D8D8D. Windows color (decimal): -16587717 or 3924994. OLE color: 3924994.

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

Color convert

RGB 2 228 59 -
CMYK 0.99 0 0.74 0.11
HSL 135.13º 0.98% 0.45% -
HSV(B) 135.13º 0.99% 0.89% -
XYZ 28.56 55.82 13.41 -
YUV 141.16 81.63 28.74 -
System Red Green Blue C M Y K H S L
Decimal 2 228 59 0.99 0 0.74 0.11 135.13 0.98 0.45
Hex 2 E4 3B 63 0 4A B 87 62 2D
Octal 2 344 73 143 0 112 13 207 142 55
Binary 10 11100100 111011 1100011 0 1001010 1011 10000111 1100010 101101

Color Harmonies of #02E43B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E43B

Black with #02E43B

Text Example


Text Example

White with #02E43B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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