Html Css Color HEX #2EDF53 Malachite

📋 copy color: '#2EDF53'

red 46 ◦ green 223 ◦ blue 83

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

Shades of Malachite #2EDF53

Tints of Malachite #2EDF53

RGB

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

 GREEN value IS 223 (87.5% from 255) = 63.35%

 BLUE value IS 83 (32.81% from 255) = 23.58%

R = 13.07%
G = 63.35%
B = 23.58%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#2EDF53 (or 0x2EDF53) is known color: Malachite. HEX triplet: 2E, DF and 53. RGB value is (46,223,83). Sum of RGB (Red+Green+Blue) = 46+223+83=352 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.07% from 352); Green value is 223 (87.5% from 255 or 63.35% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDF53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDF53 is #D120AC. Grayscale: #9A9A9A. Windows color (decimal): -13705389 or 5496622. OLE color: 5496622.

HSL color Cylindrical-coordinate representation of color #2EDF53: hue angle of 132.54º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDF53 is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 223 83 -
CMYK 0.79 0 0.63 0.13
HSL 132.54º 0.73% 0.53% -
HSV(B) 132.54º 0.79% 0.87% -
XYZ 29.08 53.98 17.07 -
YUV 154.12 87.86 50.88 -
System Red Green Blue C M Y K H S L
Decimal 46 223 83 0.79 0 0.63 0.13 132.54 0.73 0.53
Hex 2E DF 53 4F 0 3F D 85 49 35
Octal 56 337 123 117 0 77 15 205 111 65
Binary 101110 11011111 1010011 1001111 0 111111 1101 10000101 1001001 110101

Color Harmonies of #2EDF53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDF53

Black with #2EDF53

Text Example


Text Example

White with #2EDF53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,223,83); }

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

background-color css

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

 a { background-color: rgb(46,223,83); }

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

border-color css

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

 span { border-color: rgb(46,223,83); }

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