Html Css Color HEX #2EFD4C Malachite

📋 copy color: '#2EFD4C'

red 46 ◦ green 253 ◦ blue 76

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

Shades of Malachite #2EFD4C

Tints of Malachite #2EFD4C

RGB

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

 GREEN value IS 253 (99.22% from 255) = 67.47%

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

R = 12.27%
G = 67.47%
B = 20.27%

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

#2EFD4C (or 0x2EFD4C) is known color: Malachite. HEX triplet: 2E, FD and 4C. RGB value is (46,253,76). Sum of RGB (Red+Green+Blue) = 46+253+76=375 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.27% from 375); Green value is 253 (99.22% from 255 or 67.47% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 253 - color contains mainly: green. Hex color #2EFD4C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFD4C is #D102B3. Grayscale: #ABABAB. Windows color (decimal): -13697716 or 5045550. OLE color: 5045550.

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

Color convert

RGB 46 253 76 -
CMYK 0.82 0 0.70 0.01
HSL 128.7º 0.98% 0.59% -
HSV(B) 128.7º 0.82% 0.99% -
XYZ 37.56 71.35 18.63 -
YUV 170.93 74.42 38.89 -
System Red Green Blue C M Y K H S L
Decimal 46 253 76 0.82 0 0.70 0.01 128.7 0.98 0.59
Hex 2E FD 4C 52 0 46 1 81 62 3B
Octal 56 375 114 122 0 106 1 201 142 73
Binary 101110 11111101 1001100 1010010 0 1000110 1 10000001 1100010 111011

Color Harmonies of #2EFD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFD4C

Black with #2EFD4C

Text Example


Text Example

White with #2EFD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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