Html Css Color HEX #2ED260 Malachite

📋 copy color: '#2ED260'

red 46 ◦ green 210 ◦ blue 96

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

Shades of Malachite #2ED260

Tints of Malachite #2ED260

RGB

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

 GREEN value IS 210 (82.42% from 255) = 59.66%

 BLUE value IS 96 (37.89% from 255) = 27.27%

R = 13.07%
G = 59.66%
B = 27.27%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#2ED260 (or 0x2ED260) is known color: Malachite. HEX triplet: 2E, D2 and 60. RGB value is (46,210,96). Sum of RGB (Red+Green+Blue) = 46+210+96=352 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.07% from 352); Green value is 210 (82.42% from 255 or 59.66% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 210 - color contains mainly: green. Hex color #2ED260 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED260 is #D12D9F. Grayscale: #949494. Windows color (decimal): -13708704 or 6345262. OLE color: 6345262.

HSL color Cylindrical-coordinate representation of color #2ED260: hue angle of 138.29º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED260 is Cyan = 0.78, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 46 210 96 -
CMYK 0.78 0 0.54 0.18
HSL 138.29º 0.65% 0.5% -
HSV(B) 138.29º 0.78% 0.82% -
XYZ 26.28 47.52 18.85 -
YUV 147.97 98.67 55.27 -
System Red Green Blue C M Y K H S L
Decimal 46 210 96 0.78 0 0.54 0.18 138.29 0.65 0.5
Hex 2E D2 60 4E 0 36 12 8A 41 32
Octal 56 322 140 116 0 66 22 212 101 62
Binary 101110 11010010 1100000 1001110 0 110110 10010 10001010 1000001 110010

Color Harmonies of #2ED260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED260

Black with #2ED260

Text Example


Text Example

White with #2ED260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,210,96); }

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

background-color css

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

 a { background-color: rgb(46,210,96); }

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

border-color css

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

 span { border-color: rgb(46,210,96); }

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