Html Css Color HEX #2EDE69 Malachite

📋 copy color: '#2EDE69'

red 46 ◦ green 222 ◦ blue 105

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

Shades of Malachite #2EDE69

Tints of Malachite #2EDE69

RGB

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

 GREEN value IS 222 (87.11% from 255) = 59.52%

 BLUE value IS 105 (41.41% from 255) = 28.15%

R = 12.33%
G = 59.52%
B = 28.15%

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

#2EDE69 (or 0x2EDE69) is known color: Malachite. HEX triplet: 2E, DE and 69. RGB value is (46,222,105). Sum of RGB (Red+Green+Blue) = 46+222+105=373 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.33% from 373); Green value is 222 (87.11% from 255 or 59.52% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDE69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDE69 is #D12196. Grayscale: #9C9C9C. Windows color (decimal): -13705623 or 6938158. OLE color: 6938158.

HSL color Cylindrical-coordinate representation of color #2EDE69: hue angle of 140.11º 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 #2EDE69 is Cyan = 0.79, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 222 105 -
CMYK 0.79 0 0.53 0.13
HSL 140.11º 0.73% 0.53% -
HSV(B) 140.11º 0.79% 0.87% -
XYZ 29.8 53.84 22.19 -
YUV 156.04 99.19 49.51 -
System Red Green Blue C M Y K H S L
Decimal 46 222 105 0.79 0 0.53 0.13 140.11 0.73 0.53
Hex 2E DE 69 4F 0 35 D 8C 49 35
Octal 56 336 151 117 0 65 15 214 111 65
Binary 101110 11011110 1101001 1001111 0 110101 1101 10001100 1001001 110101

Color Harmonies of #2EDE69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDE69

Black with #2EDE69

Text Example


Text Example

White with #2EDE69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,222,105); }

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

background-color css

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

 a { background-color: rgb(46,222,105); }

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

border-color css

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

 span { border-color: rgb(46,222,105); }

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