Html Css Color HEX #2EF15B Malachite

📋 copy color: '#2EF15B'

red 46 ◦ green 241 ◦ blue 91

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

Shades of Malachite #2EF15B

Tints of Malachite #2EF15B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.07%

R = 12.17%
G = 63.76%
B = 24.07%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#2EF15B (or 0x2EF15B) is known color: Malachite. HEX triplet: 2E, F1 and 5B. RGB value is (46,241,91). Sum of RGB (Red+Green+Blue) = 46+241+91=378 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.17% from 378); Green value is 241 (94.53% from 255 or 63.76% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 241 - color contains mainly: green. Hex color #2EF15B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF15B is #D10EA4. Grayscale: #A6A6A6. Windows color (decimal): -13700773 or 6025518. OLE color: 6025518.

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

Color convert

RGB 46 241 91 -
CMYK 0.81 0 0.62 0.05
HSL 133.85º 0.87% 0.56% -
HSV(B) 133.85º 0.81% 0.95% -
XYZ 34.47 64.25 20.48 -
YUV 165.6 85.9 42.7 -
System Red Green Blue C M Y K H S L
Decimal 46 241 91 0.81 0 0.62 0.05 133.85 0.87 0.56
Hex 2E F1 5B 51 0 3E 5 86 57 38
Octal 56 361 133 121 0 76 5 206 127 70
Binary 101110 11110001 1011011 1010001 0 111110 101 10000110 1010111 111000

Color Harmonies of #2EF15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF15B

Black with #2EF15B

Text Example


Text Example

White with #2EF15B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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