Html Css Color HEX #2EF35C Malachite

📋 copy color: '#2EF35C'

red 46 ◦ green 243 ◦ blue 92

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

Shades of Malachite #2EF35C

Tints of Malachite #2EF35C

RGB

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

 GREEN value IS 243 (95.31% from 255) = 63.78%

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

R = 12.07%
G = 63.78%
B = 24.15%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#2EF35C (or 0x2EF35C) is known color: Malachite. HEX triplet: 2E, F3 and 5C. RGB value is (46,243,92). Sum of RGB (Red+Green+Blue) = 46+243+92=381 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.07% from 381); Green value is 243 (95.31% from 255 or 63.78% from 381); Blue value is 92 (36.33% from 255 or 24.15% from 381); Max value from RGB is 243 - color contains mainly: green. Hex color #2EF35C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF35C is #D10CA3. Grayscale: #A7A7A7. Windows color (decimal): -13700260 or 6091566. OLE color: 6091566.

HSL color Cylindrical-coordinate representation of color #2EF35C: hue angle of 134.01º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF35C is Cyan = 0.81, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 46 243 92 -
CMYK 0.81 0 0.62 0.05
HSL 134.01º 0.89% 0.57% -
HSV(B) 134.01º 0.81% 0.95% -
XYZ 35.11 65.45 20.91 -
YUV 166.88 85.73 41.78 -
System Red Green Blue C M Y K H S L
Decimal 46 243 92 0.81 0 0.62 0.05 134.01 0.89 0.57
Hex 2E F3 5C 51 0 3E 5 86 59 39
Octal 56 363 134 121 0 76 5 206 131 71
Binary 101110 11110011 1011100 1010001 0 111110 101 10000110 1011001 111001

Color Harmonies of #2EF35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF35C

Black with #2EF35C

Text Example


Text Example

White with #2EF35C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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