Html Css Color HEX #20EF40 Malachite

📋 copy color: '#20EF40'

red 32 ◦ green 239 ◦ blue 64

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

Shades of Malachite #20EF40

Tints of Malachite #20EF40

RGB

 RED value IS 32 (12.89% from 255) = 9.55%

 GREEN value IS 239 (93.75% from 255) = 71.34%

 BLUE value IS 64 (25.39% from 255) = 19.1%

R = 9.55%
G = 71.34%
B = 19.1%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#20EF40 (or 0x20EF40) is known color: Malachite. HEX triplet: 20, EF and 40. RGB value is (32,239,64). Sum of RGB (Red+Green+Blue) = 32+239+64=335 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.55% from 335); Green value is 239 (93.75% from 255 or 71.34% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 239 - color contains mainly: green. Hex color #20EF40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20EF40 is #DF10BF. Grayscale: #9D9D9D. Windows color (decimal): -14618816 or 4255520. OLE color: 4255520.

HSL color Cylindrical-coordinate representation of color #20EF40: hue angle of 129.28º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20EF40 is Cyan = 0.87, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 32 239 64 -
CMYK 0.87 0 0.73 0.06
HSL 129.28º 0.87% 0.53% -
HSV(B) 129.28º 0.87% 0.94% -
XYZ 32.39 62.41 15.19 -
YUV 157.16 75.42 38.73 -
System Red Green Blue C M Y K H S L
Decimal 32 239 64 0.87 0 0.73 0.06 129.28 0.87 0.53
Hex 20 EF 40 57 0 49 6 81 57 35
Octal 40 357 100 127 0 111 6 201 127 65
Binary 100000 11101111 1000000 1010111 0 1001001 110 10000001 1010111 110101

Color Harmonies of #20EF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20EF40

Black with #20EF40

Text Example


Text Example

White with #20EF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20EF40; }

 p { color: rgb(32,239,64); }

 H1.HeaderClassName
 {
   color: #20EF40;
 }
 .AnyTagClassName
 {
   color: #20EF40;
 }
</style>

background-color css

<style>
 a { background-color: #20EF40; }

 a { background-color: rgb(32,239,64); }

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

border-color css

<style>
 span { border-color: #20EF40; }

 span { border-color: rgb(32,239,64); }

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