Html Css Color HEX #2EFF5B Malachite

📋 copy color: '#2EFF5B'

red 46 ◦ green 255 ◦ blue 91

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

Shades of Malachite #2EFF5B

Tints of Malachite #2EFF5B

RGB

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

 GREEN value IS 255 (100% from 255) = 65.05%

 BLUE value IS 91 (35.94% from 255) = 23.21%

R = 11.73%
G = 65.05%
B = 23.21%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#2EFF5B (or 0x2EFF5B) is known color: Malachite. HEX triplet: 2E, FF and 5B. RGB value is (46,255,91). Sum of RGB (Red+Green+Blue) = 46+255+91=392 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.73% from 392); Green value is 255 (100% from 255 or 65.05% from 392); Blue value is 91 (35.94% from 255 or 23.21% from 392); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFF5B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EFF5B is #D100A4. Grayscale: #AEAEAE. Windows color (decimal): -13697189 or 6029102. OLE color: 6029102.

HSL color Cylindrical-coordinate representation of color #2EFF5B: hue angle of 132.92º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFF5B is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB 46 255 91 -
CMYK 0.82 0 0.64 0
HSL 132.92º 1% 0.59% -
HSV(B) 132.92º 0.82% 1% -
XYZ 38.78 72.86 21.92 -
YUV 173.81 81.26 36.84 -
System Red Green Blue C M Y K H S L
Decimal 46 255 91 0.82 0 0.64 0 132.92 1 0.59
Hex 2E FF 5B 52 0 40 0 85 64 3B
Octal 56 377 133 122 0 100 0 205 144 73
Binary 101110 11111111 1011011 1010010 0 1000000 0 10000101 1100100 111011

Color Harmonies of #2EFF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFF5B

Black with #2EFF5B

Text Example


Text Example

White with #2EFF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,255,91); }

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

background-color css

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

 a { background-color: rgb(46,255,91); }

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

border-color css

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

 span { border-color: rgb(46,255,91); }

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