Html Css Color HEX #02E745 Malachite

📋 copy color: '#02E745'

red 2 ◦ green 231 ◦ blue 69

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

Shades of Malachite #02E745

Tints of Malachite #02E745

RGB

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

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

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

R = 0.66%
G = 76.49%
B = 22.85%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#02E745 (or 0x02E745) is known color: Malachite. HEX triplet: 02, E7 and 45. RGB value is (2,231,69). Sum of RGB (Red+Green+Blue) = 2+231+69=302 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 302); Green value is 231 (90.62% from 255 or 76.49% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 231 - color contains mainly: green. Hex color #02E745 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02E745 is #FD18BA. Grayscale: #909090. Windows color (decimal): -16586939 or 4581122. OLE color: 4581122.

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

Color convert

RGB 2 231 69 -
CMYK 0.99 0 0.70 0.09
HSL 137.55º 0.98% 0.46% -
HSV(B) 137.55º 0.99% 0.91% -
XYZ 29.68 57.59 15.18 -
YUV 144.06 85.63 26.67 -
System Red Green Blue C M Y K H S L
Decimal 2 231 69 0.99 0 0.70 0.09 137.55 0.98 0.46
Hex 2 E7 45 63 0 46 9 8A 62 2E
Octal 2 347 105 143 0 106 11 212 142 56
Binary 10 11100111 1000101 1100011 0 1000110 1001 10001010 1100010 101110

Color Harmonies of #02E745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E745

Black with #02E745

Text Example


Text Example

White with #02E745

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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