Html Css Color HEX #2EFE5D Malachite

📋 copy color: '#2EFE5D'

red 46 ◦ green 254 ◦ blue 93

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

Shades of Malachite #2EFE5D

Tints of Malachite #2EFE5D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 64.63%

 BLUE value IS 93 (36.72% from 255) = 23.66%

R = 11.7%
G = 64.63%
B = 23.66%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#2EFE5D (or 0x2EFE5D) is known color: Malachite. HEX triplet: 2E, FE and 5D. RGB value is (46,254,93). Sum of RGB (Red+Green+Blue) = 46+254+93=393 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.70% from 393); Green value is 254 (99.61% from 255 or 64.63% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 254 - color contains mainly: green. Hex color #2EFE5D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EFE5D is #D101A2. Grayscale: #ADADAD. Windows color (decimal): -13697443 or 6159918. OLE color: 6159918.

HSL color Cylindrical-coordinate representation of color #2EFE5D: hue angle of 133.56º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFE5D is Cyan = 0.82, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.

Color convert

RGB 46 254 93 -
CMYK 0.82 0 0.63 0.00
HSL 133.56º 0.99% 0.59% -
HSV(B) 133.56º 0.82% 1% -
XYZ 38.54 72.25 22.27 -
YUV 173.45 82.59 37.09 -
System Red Green Blue C M Y K H S L
Decimal 46 254 93 0.82 0 0.63 0.00 133.56 0.99 0.59
Hex 2E FE 5D 52 0 3F 0 86 63 3B
Octal 56 376 135 122 0 77 0 206 143 73
Binary 101110 11111110 1011101 1010010 0 111111 0 10000110 1100011 111011

Color Harmonies of #2EFE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFE5D

Black with #2EFE5D

Text Example


Text Example

White with #2EFE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,254,93); }

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

background-color css

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

 a { background-color: rgb(46,254,93); }

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

border-color css

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

 span { border-color: rgb(46,254,93); }

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