Html Css Color HEX #2EEE61 Malachite

📋 copy color: '#2EEE61'

red 46 ◦ green 238 ◦ blue 97

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

Shades of Malachite #2EEE61

Tints of Malachite #2EEE61

RGB

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

 GREEN value IS 238 (93.36% from 255) = 62.47%

 BLUE value IS 97 (38.28% from 255) = 25.46%

R = 12.07%
G = 62.47%
B = 25.46%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#2EEE61 (or 0x2EEE61) is known color: Malachite. HEX triplet: 2E, EE and 61. RGB value is (46,238,97). Sum of RGB (Red+Green+Blue) = 46+238+97=381 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.07% from 381); Green value is 238 (93.36% from 255 or 62.47% from 381); Blue value is 97 (38.28% from 255 or 25.46% from 381); Max value from RGB is 238 - color contains mainly: green. Hex color #2EEE61 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEE61 is #D1119E. Grayscale: #A4A4A4. Windows color (decimal): -13701535 or 6417966. OLE color: 6417966.

HSL color Cylindrical-coordinate representation of color #2EEE61: hue angle of 135.94º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEE61 is Cyan = 0.81, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 238 97 -
CMYK 0.81 0 0.59 0.07
HSL 135.94º 0.85% 0.56% -
HSV(B) 135.94º 0.81% 0.93% -
XYZ 33.86 62.59 21.61 -
YUV 164.52 89.89 43.46 -
System Red Green Blue C M Y K H S L
Decimal 46 238 97 0.81 0 0.59 0.07 135.94 0.85 0.56
Hex 2E EE 61 51 0 3B 7 88 55 38
Octal 56 356 141 121 0 73 7 210 125 70
Binary 101110 11101110 1100001 1010001 0 111011 111 10001000 1010101 111000

Color Harmonies of #2EEE61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEE61

Black with #2EEE61

Text Example


Text Example

White with #2EEE61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,238,97); }

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

background-color css

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

 a { background-color: rgb(46,238,97); }

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

border-color css

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

 span { border-color: rgb(46,238,97); }

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