Html Css Color HEX #02E045 Malachite

📋 copy color: '#02E045'

red 2 ◦ green 224 ◦ blue 69

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

Shades of Malachite #02E045

Tints of Malachite #02E045

RGB

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

 GREEN value IS 224 (87.89% from 255) = 75.93%

 BLUE value IS 69 (27.34% from 255) = 23.39%

R = 0.68%
G = 75.93%
B = 23.39%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#02E045 (or 0x02E045) is known color: Malachite. HEX triplet: 02, E0 and 45. RGB value is (2,224,69). Sum of RGB (Red+Green+Blue) = 2+224+69=295 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 295); Green value is 224 (87.89% from 255 or 75.93% from 295); Blue value is 69 (27.34% from 255 or 23.39% from 295); Max value from RGB is 224 - color contains mainly: green. Hex color #02E045 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02E045 is #FD1FBA. Grayscale: #8C8C8C. Windows color (decimal): -16588731 or 4579330. OLE color: 4579330.

HSL color Cylindrical-coordinate representation of color #02E045: hue angle of 138.11º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E045 is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 2 224 69 -
CMYK 0.99 0 0.69 0.12
HSL 138.11º 0.98% 0.44% -
HSV(B) 138.11º 0.99% 0.88% -
XYZ 27.75 53.75 14.54 -
YUV 139.95 87.95 29.6 -
System Red Green Blue C M Y K H S L
Decimal 2 224 69 0.99 0 0.69 0.12 138.11 0.98 0.44
Hex 2 E0 45 63 0 45 C 8A 62 2C
Octal 2 340 105 143 0 105 14 212 142 54
Binary 10 11100000 1000101 1100011 0 1000101 1100 10001010 1100010 101100

Color Harmonies of #02E045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E045

Black with #02E045

Text Example


Text Example

White with #02E045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,224,69); }

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

background-color css

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

 a { background-color: rgb(2,224,69); }

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

border-color css

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

 span { border-color: rgb(2,224,69); }

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