Html Css Color HEX #2EF26C Malachite

📋 copy color: '#2EF26C'

red 46 ◦ green 242 ◦ blue 108

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

Shades of Malachite #2EF26C

Tints of Malachite #2EF26C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.27%

R = 11.62%
G = 61.11%
B = 27.27%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#2EF26C (or 0x2EF26C) is known color: Malachite. HEX triplet: 2E, F2 and 6C. RGB value is (46,242,108). Sum of RGB (Red+Green+Blue) = 46+242+108=396 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.62% from 396); Green value is 242 (94.92% from 255 or 61.11% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 242 - color contains mainly: green. Hex color #2EF26C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF26C is #D10D93. Grayscale: #A8A8A8. Windows color (decimal): -13700500 or 7139886. OLE color: 7139886.

HSL color Cylindrical-coordinate representation of color #2EF26C: hue angle of 138.98º 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 #2EF26C is Cyan = 0.81, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB 46 242 108 -
CMYK 0.81 0 0.55 0.05
HSL 138.98º 0.88% 0.56% -
HSV(B) 138.98º 0.81% 0.95% -
XYZ 35.59 65.17 24.89 -
YUV 168.12 94.07 40.9 -
System Red Green Blue C M Y K H S L
Decimal 46 242 108 0.81 0 0.55 0.05 138.98 0.88 0.56
Hex 2E F2 6C 51 0 37 5 8B 58 38
Octal 56 362 154 121 0 67 5 213 130 70
Binary 101110 11110010 1101100 1010001 0 110111 101 10001011 1011000 111000

Color Harmonies of #2EF26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF26C

Black with #2EF26C

Text Example


Text Example

White with #2EF26C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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