Html Css Color HEX #2EE65F Malachite

📋 copy color: '#2EE65F'

red 46 ◦ green 230 ◦ blue 95

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

Shades of Malachite #2EE65F

Tints of Malachite #2EE65F

RGB

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

 GREEN value IS 230 (90.23% from 255) = 61.99%

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

R = 12.4%
G = 61.99%
B = 25.61%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#2EE65F (or 0x2EE65F) is known color: Malachite. HEX triplet: 2E, E6 and 5F. RGB value is (46,230,95). Sum of RGB (Red+Green+Blue) = 46+230+95=371 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.40% from 371); Green value is 230 (90.23% from 255 or 61.99% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 230 - color contains mainly: green. Hex color #2EE65F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EE65F is #D119A0. Grayscale: #9F9F9F. Windows color (decimal): -13703585 or 6284846. OLE color: 6284846.

HSL color Cylindrical-coordinate representation of color #2EE65F: hue angle of 135.98º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE65F is Cyan = 0.8, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 46 230 95 -
CMYK 0.8 0 0.59 0.10
HSL 135.98º 0.79% 0.54% -
HSV(B) 135.98º 0.8% 0.9% -
XYZ 31.49 58 20.36 -
YUV 159.59 91.54 46.98 -
System Red Green Blue C M Y K H S L
Decimal 46 230 95 0.8 0 0.59 0.10 135.98 0.79 0.54
Hex 2E E6 5F 50 0 3B A 88 4F 36
Octal 56 346 137 120 0 73 12 210 117 66
Binary 101110 11100110 1011111 1010000 0 111011 1010 10001000 1001111 110110

Color Harmonies of #2EE65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE65F

Black with #2EE65F

Text Example


Text Example

White with #2EE65F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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