Html Css Color HEX #2EDF68 Malachite

📋 copy color: '#2EDF68'

red 46 ◦ green 223 ◦ blue 104

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

Shades of Malachite #2EDF68

Tints of Malachite #2EDF68

RGB

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

 GREEN value IS 223 (87.5% from 255) = 59.79%

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

R = 12.33%
G = 59.79%
B = 27.88%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#2EDF68 (or 0x2EDF68) is known color: Malachite. HEX triplet: 2E, DF and 68. RGB value is (46,223,104). Sum of RGB (Red+Green+Blue) = 46+223+104=373 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.33% from 373); Green value is 223 (87.5% from 255 or 59.79% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDF68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDF68 is #D12097. Grayscale: #9C9C9C. Windows color (decimal): -13705368 or 6872878. OLE color: 6872878.

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

Color convert

RGB 46 223 104 -
CMYK 0.79 0 0.53 0.13
HSL 139.66º 0.73% 0.53% -
HSV(B) 139.66º 0.79% 0.87% -
XYZ 30.01 54.36 22.01 -
YUV 156.51 98.36 49.18 -
System Red Green Blue C M Y K H S L
Decimal 46 223 104 0.79 0 0.53 0.13 139.66 0.73 0.53
Hex 2E DF 68 4F 0 35 D 8C 49 35
Octal 56 337 150 117 0 65 15 214 111 65
Binary 101110 11011111 1101000 1001111 0 110101 1101 10001100 1001001 110101

Color Harmonies of #2EDF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDF68

Black with #2EDF68

Text Example


Text Example

White with #2EDF68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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