Html Css Color HEX #2EF95A Malachite

📋 copy color: '#2EF95A'

red 46 ◦ green 249 ◦ blue 90

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

Shades of Malachite #2EF95A

Tints of Malachite #2EF95A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 64.68%

 BLUE value IS 90 (35.55% from 255) = 23.38%

R = 11.95%
G = 64.68%
B = 23.38%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#2EF95A (or 0x2EF95A) is known color: Malachite. HEX triplet: 2E, F9 and 5A. RGB value is (46,249,90). Sum of RGB (Red+Green+Blue) = 46+249+90=385 (50% of max value = 765). Red value is 46 (18.36% from 255 or 11.95% from 385); Green value is 249 (97.66% from 255 or 64.68% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 249 - color contains mainly: green. Hex color #2EF95A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF95A is #D106A5. Grayscale: #AAAAAA. Windows color (decimal): -13698726 or 5962030. OLE color: 5962030.

HSL color Cylindrical-coordinate representation of color #2EF95A: hue angle of 133º degrees, saturation: 0.94, 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 #2EF95A is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 46 249 90 -
CMYK 0.82 0 0.64 0.02
HSL 133º 0.94% 0.58% -
HSV(B) 133º 0.82% 0.98% -
XYZ 36.85 69.07 21.06 -
YUV 170.18 82.75 39.43 -
System Red Green Blue C M Y K H S L
Decimal 46 249 90 0.82 0 0.64 0.02 133 0.94 0.58
Hex 2E F9 5A 52 0 40 2 85 5E 3A
Octal 56 371 132 122 0 100 2 205 136 72
Binary 101110 11111001 1011010 1010010 0 1000000 10 10000101 1011110 111010

Color Harmonies of #2EF95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF95A

Black with #2EF95A

Text Example


Text Example

White with #2EF95A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,249,90); }

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

background-color css

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

 a { background-color: rgb(46,249,90); }

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

border-color css

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

 span { border-color: rgb(46,249,90); }

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