Html Css Color HEX #2EFC63 Malachite

📋 copy color: '#2EFC63'

red 46 ◦ green 252 ◦ blue 99

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

Shades of Malachite #2EFC63

Tints of Malachite #2EFC63

RGB

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

 GREEN value IS 252 (98.83% from 255) = 63.48%

 BLUE value IS 99 (39.06% from 255) = 24.94%

R = 11.59%
G = 63.48%
B = 24.94%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#2EFC63 (or 0x2EFC63) is known color: Malachite. HEX triplet: 2E, FC and 63. RGB value is (46,252,99). Sum of RGB (Red+Green+Blue) = 46+252+99=397 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.59% from 397); Green value is 252 (98.83% from 255 or 63.48% from 397); Blue value is 99 (39.06% from 255 or 24.94% from 397); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFC63 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EFC63 is #D1039C. Grayscale: #ADADAD. Windows color (decimal): -13697949 or 6552622. OLE color: 6552622.

HSL color Cylindrical-coordinate representation of color #2EFC63: hue angle of 135.44º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFC63 is Cyan = 0.82, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.

Color convert

RGB 46 252 99 -
CMYK 0.82 0 0.61 0.01
HSL 135.44º 0.97% 0.58% -
HSV(B) 135.44º 0.82% 0.99% -
XYZ 38.19 71.1 23.52 -
YUV 172.96 86.25 37.44 -
System Red Green Blue C M Y K H S L
Decimal 46 252 99 0.82 0 0.61 0.01 135.44 0.97 0.58
Hex 2E FC 63 52 0 3D 1 87 61 3A
Octal 56 374 143 122 0 75 1 207 141 72
Binary 101110 11111100 1100011 1010010 0 111101 1 10000111 1100001 111010

Color Harmonies of #2EFC63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFC63

Black with #2EFC63

Text Example


Text Example

White with #2EFC63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,252,99); }

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

background-color css

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

 a { background-color: rgb(46,252,99); }

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

border-color css

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

 span { border-color: rgb(46,252,99); }

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