Html Css Color HEX #2EF24D Malachite

📋 copy color: '#2EF24D'

red 46 ◦ green 242 ◦ blue 77

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

Shades of Malachite #2EF24D

Tints of Malachite #2EF24D

RGB

 RED value IS 46 (18.36% from 255) = 12.6%

 GREEN value IS 242 (94.92% from 255) = 66.3%

 BLUE value IS 77 (30.47% from 255) = 21.1%

R = 12.6%
G = 66.3%
B = 21.1%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#2EF24D (or 0x2EF24D) is known color: Malachite. HEX triplet: 2E, F2 and 4D. RGB value is (46,242,77). Sum of RGB (Red+Green+Blue) = 46+242+77=365 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.60% from 365); Green value is 242 (94.92% from 255 or 66.30% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 242 - color contains mainly: green. Hex color #2EF24D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF24D is #D10DB2. Grayscale: #A5A5A5. Windows color (decimal): -13700531 or 5108270. OLE color: 5108270.

HSL color Cylindrical-coordinate representation of color #2EF24D: hue angle of 129.49º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF24D is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 46 242 77 -
CMYK 0.81 0 0.68 0.05
HSL 129.49º 0.88% 0.56% -
HSV(B) 129.49º 0.81% 0.95% -
XYZ 34.22 64.62 17.69 -
YUV 164.59 78.57 43.42 -
System Red Green Blue C M Y K H S L
Decimal 46 242 77 0.81 0 0.68 0.05 129.49 0.88 0.56
Hex 2E F2 4D 51 0 44 5 81 58 38
Octal 56 362 115 121 0 104 5 201 130 70
Binary 101110 11110010 1001101 1010001 0 1000100 101 10000001 1011000 111000

Color Harmonies of #2EF24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF24D

Black with #2EF24D

Text Example


Text Example

White with #2EF24D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2EF24D; }

 p { color: rgb(46,242,77); }

 H1.HeaderClassName
 {
   color: #2EF24D;
 }
 .AnyTagClassName
 {
   color: #2EF24D;
 }
</style>

background-color css

<style>
 a { background-color: #2EF24D; }

 a { background-color: rgb(46,242,77); }

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

border-color css

<style>
 span { border-color: #2EF24D; }

 span { border-color: rgb(46,242,77); }

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