Html Css Color HEX #2EFC4C Malachite

📋 copy color: '#2EFC4C'

red 46 ◦ green 252 ◦ blue 76

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

Shades of Malachite #2EFC4C

Tints of Malachite #2EFC4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.32%

R = 12.3%
G = 67.38%
B = 20.32%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#2EFC4C (or 0x2EFC4C) is known color: Malachite. HEX triplet: 2E, FC and 4C. RGB value is (46,252,76). Sum of RGB (Red+Green+Blue) = 46+252+76=374 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.30% from 374); Green value is 252 (98.83% from 255 or 67.38% from 374); Blue value is 76 (30.08% from 255 or 20.32% from 374); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFC4C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFC4C is #D103B3. Grayscale: #AAAAAA. Windows color (decimal): -13697972 or 5045294. OLE color: 5045294.

HSL color Cylindrical-coordinate representation of color #2EFC4C: hue angle of 128.74º 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 #2EFC4C is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB 46 252 76 -
CMYK 0.82 0 0.70 0.01
HSL 128.74º 0.97% 0.58% -
HSV(B) 128.74º 0.82% 0.99% -
XYZ 37.24 70.72 18.53 -
YUV 170.34 74.75 39.31 -
System Red Green Blue C M Y K H S L
Decimal 46 252 76 0.82 0 0.70 0.01 128.74 0.97 0.58
Hex 2E FC 4C 52 0 46 1 81 61 3A
Octal 56 374 114 122 0 106 1 201 141 72
Binary 101110 11111100 1001100 1010010 0 1000110 1 10000001 1100001 111010

Color Harmonies of #2EFC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFC4C

Black with #2EFC4C

Text Example


Text Example

White with #2EFC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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