Html Css Color HEX #2EFA68 Malachite

📋 copy color: '#2EFA68'

red 46 ◦ green 250 ◦ blue 104

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

Shades of Malachite #2EFA68

Tints of Malachite #2EFA68

RGB

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

 GREEN value IS 250 (98.05% from 255) = 62.5%

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

R = 11.5%
G = 62.5%
B = 26%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#2EFA68 (or 0x2EFA68) is known color: Malachite. HEX triplet: 2E, FA and 68. RGB value is (46,250,104). Sum of RGB (Red+Green+Blue) = 46+250+104=400 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.5% from 400); Green value is 250 (98.05% from 255 or 62.5% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 250 - color contains mainly: green. Hex color #2EFA68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EFA68 is #D10597. Grayscale: #ACACAC. Windows color (decimal): -13698456 or 6879790. OLE color: 6879790.

HSL color Cylindrical-coordinate representation of color #2EFA68: hue angle of 137.06º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFA68 is Cyan = 0.82, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 46 250 104 -
CMYK 0.82 0 0.58 0.02
HSL 137.06º 0.95% 0.58% -
HSV(B) 137.06º 0.82% 0.98% -
XYZ 37.81 69.95 24.61 -
YUV 172.36 89.41 37.87 -
System Red Green Blue C M Y K H S L
Decimal 46 250 104 0.82 0 0.58 0.02 137.06 0.95 0.58
Hex 2E FA 68 52 0 3A 2 89 5F 3A
Octal 56 372 150 122 0 72 2 211 137 72
Binary 101110 11111010 1101000 1010010 0 111010 10 10001001 1011111 111010

Color Harmonies of #2EFA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFA68

Black with #2EFA68

Text Example


Text Example

White with #2EFA68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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