Html Css Color HEX #2EEF68 Malachite

📋 copy color: '#2EEF68'

red 46 ◦ green 239 ◦ blue 104

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

Shades of Malachite #2EEF68

Tints of Malachite #2EEF68

RGB

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

 GREEN value IS 239 (93.75% from 255) = 61.44%

 BLUE value IS 104 (41.02% from 255) = 26.74%

R = 11.83%
G = 61.44%
B = 26.74%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#2EEF68 (or 0x2EEF68) is known color: Malachite. HEX triplet: 2E, EF and 68. RGB value is (46,239,104). Sum of RGB (Red+Green+Blue) = 46+239+104=389 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.83% from 389); Green value is 239 (93.75% from 255 or 61.44% from 389); Blue value is 104 (41.02% from 255 or 26.74% from 389); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEF68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEF68 is #D11097. Grayscale: #A6A6A6. Windows color (decimal): -13701272 or 6876974. OLE color: 6876974.

HSL color Cylindrical-coordinate representation of color #2EEF68: hue angle of 138.03º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEF68 is Cyan = 0.81, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 46 239 104 -
CMYK 0.81 0 0.56 0.06
HSL 138.03º 0.86% 0.56% -
HSV(B) 138.03º 0.81% 0.94% -
XYZ 34.49 63.31 23.5 -
YUV 165.9 93.06 42.48 -
System Red Green Blue C M Y K H S L
Decimal 46 239 104 0.81 0 0.56 0.06 138.03 0.86 0.56
Hex 2E EF 68 51 0 38 6 8A 56 38
Octal 56 357 150 121 0 70 6 212 126 70
Binary 101110 11101111 1101000 1010001 0 111000 110 10001010 1010110 111000

Color Harmonies of #2EEF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEF68

Black with #2EEF68

Text Example


Text Example

White with #2EEF68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,239,104); }

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

background-color css

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

 a { background-color: rgb(46,239,104); }

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

border-color css

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

 span { border-color: rgb(46,239,104); }

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