Html Css Color HEX #2EF16A Malachite

📋 copy color: '#2EF16A'

red 46 ◦ green 241 ◦ blue 106

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

Shades of Malachite #2EF16A

Tints of Malachite #2EF16A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 61.32%

 BLUE value IS 106 (41.8% from 255) = 26.97%

R = 11.7%
G = 61.32%
B = 26.97%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#2EF16A (or 0x2EF16A) is known color: Malachite. HEX triplet: 2E, F1 and 6A. RGB value is (46,241,106). Sum of RGB (Red+Green+Blue) = 46+241+106=393 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.70% from 393); Green value is 241 (94.53% from 255 or 61.32% from 393); Blue value is 106 (41.80% from 255 or 26.97% from 393); Max value from RGB is 241 - color contains mainly: green. Hex color #2EF16A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF16A is #D10E95. Grayscale: #A7A7A7. Windows color (decimal): -13700758 or 7008558. OLE color: 7008558.

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

Color convert

RGB 46 241 106 -
CMYK 0.81 0 0.56 0.05
HSL 138.46º 0.87% 0.56% -
HSV(B) 138.46º 0.81% 0.95% -
XYZ 35.18 64.53 24.24 -
YUV 167.31 93.4 41.48 -
System Red Green Blue C M Y K H S L
Decimal 46 241 106 0.81 0 0.56 0.05 138.46 0.87 0.56
Hex 2E F1 6A 51 0 38 5 8A 57 38
Octal 56 361 152 121 0 70 5 212 127 70
Binary 101110 11110001 1101010 1010001 0 111000 101 10001010 1010111 111000

Color Harmonies of #2EF16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF16A

Black with #2EF16A

Text Example


Text Example

White with #2EF16A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,241,106); }

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

background-color css

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

 a { background-color: rgb(46,241,106); }

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

border-color css

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

 span { border-color: rgb(46,241,106); }

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