Html Css Color HEX #2EEB5C Malachite

📋 copy color: '#2EEB5C'

red 46 ◦ green 235 ◦ blue 92

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

Shades of Malachite #2EEB5C

Tints of Malachite #2EEB5C

RGB

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

 GREEN value IS 235 (92.19% from 255) = 63%

 BLUE value IS 92 (36.33% from 255) = 24.66%

R = 12.33%
G = 63%
B = 24.66%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#2EEB5C (or 0x2EEB5C) is known color: Malachite. HEX triplet: 2E, EB and 5C. RGB value is (46,235,92). Sum of RGB (Red+Green+Blue) = 46+235+92=373 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.33% from 373); Green value is 235 (92.19% from 255 or 63.00% from 373); Blue value is 92 (36.33% from 255 or 24.66% from 373); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEB5C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEB5C is #D114A3. Grayscale: #A2A2A2. Windows color (decimal): -13702308 or 6089518. OLE color: 6089518.

HSL color Cylindrical-coordinate representation of color #2EEB5C: hue angle of 134.6º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EEB5C is Cyan = 0.80, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB 46 235 92 -
CMYK 0.80 0 0.61 0.08
HSL 134.6º 0.83% 0.55% -
HSV(B) 134.6º 0.8% 0.92% -
XYZ 32.77 60.77 20.13 -
YUV 162.19 88.38 45.13 -
System Red Green Blue C M Y K H S L
Decimal 46 235 92 0.80 0 0.61 0.08 134.6 0.83 0.55
Hex 2E EB 5C 50 0 3D 8 87 53 37
Octal 56 353 134 120 0 75 10 207 123 67
Binary 101110 11101011 1011100 1010000 0 111101 1000 10000111 1010011 110111

Color Harmonies of #2EEB5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEB5C

Black with #2EEB5C

Text Example


Text Example

White with #2EEB5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,235,92); }

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

background-color css

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

 a { background-color: rgb(46,235,92); }

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

border-color css

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

 span { border-color: rgb(46,235,92); }

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