Html Css Color HEX #2EED68 Malachite

📋 copy color: '#2EED68'

red 46 ◦ green 237 ◦ blue 104

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

Shades of Malachite #2EED68

Tints of Malachite #2EED68

RGB

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

 GREEN value IS 237 (92.97% from 255) = 61.24%

 BLUE value IS 104 (41.02% from 255) = 26.87%

R = 11.89%
G = 61.24%
B = 26.87%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#2EED68 (or 0x2EED68) is known color: Malachite. HEX triplet: 2E, ED and 68. RGB value is (46,237,104). Sum of RGB (Red+Green+Blue) = 46+237+104=387 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.89% from 387); Green value is 237 (92.97% from 255 or 61.24% from 387); Blue value is 104 (41.02% from 255 or 26.87% from 387); Max value from RGB is 237 - color contains mainly: green. Hex color #2EED68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EED68 is #D11297. Grayscale: #A5A5A5. Windows color (decimal): -13701784 or 6876462. OLE color: 6876462.

HSL color Cylindrical-coordinate representation of color #2EED68: hue angle of 138.22º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EED68 is Cyan = 0.81, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 237 104 -
CMYK 0.81 0 0.56 0.07
HSL 138.22º 0.84% 0.55% -
HSV(B) 138.22º 0.81% 0.93% -
XYZ 33.91 62.15 23.31 -
YUV 164.73 93.72 43.31 -
System Red Green Blue C M Y K H S L
Decimal 46 237 104 0.81 0 0.56 0.07 138.22 0.84 0.55
Hex 2E ED 68 51 0 38 7 8A 54 37
Octal 56 355 150 121 0 70 7 212 124 67
Binary 101110 11101101 1101000 1010001 0 111000 111 10001010 1010100 110111

Color Harmonies of #2EED68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EED68

Black with #2EED68

Text Example


Text Example

White with #2EED68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,237,104); }

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

background-color css

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

 a { background-color: rgb(46,237,104); }

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

border-color css

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

 span { border-color: rgb(46,237,104); }

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