Html Css Color HEX #2EF15F Malachite

📋 copy color: '#2EF15F'

red 46 ◦ green 241 ◦ blue 95

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

Shades of Malachite #2EF15F

Tints of Malachite #2EF15F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.87%

R = 12.04%
G = 63.09%
B = 24.87%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#2EF15F (or 0x2EF15F) is known color: Malachite. HEX triplet: 2E, F1 and 5F. RGB value is (46,241,95). Sum of RGB (Red+Green+Blue) = 46+241+95=382 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.04% from 382); Green value is 241 (94.53% from 255 or 63.09% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 241 - color contains mainly: green. Hex color #2EF15F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF15F is #D10EA0. Grayscale: #A6A6A6. Windows color (decimal): -13700769 or 6287662. OLE color: 6287662.

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

Color convert

RGB 46 241 95 -
CMYK 0.81 0 0.61 0.05
HSL 135.08º 0.87% 0.56% -
HSV(B) 135.08º 0.81% 0.95% -
XYZ 34.65 64.32 21.41 -
YUV 166.05 87.9 42.37 -
System Red Green Blue C M Y K H S L
Decimal 46 241 95 0.81 0 0.61 0.05 135.08 0.87 0.56
Hex 2E F1 5F 51 0 3D 5 87 57 38
Octal 56 361 137 121 0 75 5 207 127 70
Binary 101110 11110001 1011111 1010001 0 111101 101 10000111 1010111 111000

Color Harmonies of #2EF15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF15F

Black with #2EF15F

Text Example


Text Example

White with #2EF15F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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