Html Css Color HEX #2BED71 Malachite

📋 copy color: '#2BED71'

red 43 ◦ green 237 ◦ blue 113

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

Shades of Malachite #2BED71

Tints of Malachite #2BED71

RGB

 RED value IS 43 (17.19% from 255) = 10.94%

 GREEN value IS 237 (92.97% from 255) = 60.31%

 BLUE value IS 113 (44.53% from 255) = 28.75%

R = 10.94%
G = 60.31%
B = 28.75%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#2BED71 (or 0x2BED71) is known color: Malachite. HEX triplet: 2B, ED and 71. RGB value is (43,237,113). Sum of RGB (Red+Green+Blue) = 43+237+113=393 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.94% from 393); Green value is 237 (92.97% from 255 or 60.31% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 237 - color contains mainly: green. Hex color #2BED71 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BED71 is #D4128E. Grayscale: #A5A5A5. Windows color (decimal): -13898383 or 7466283. OLE color: 7466283.

HSL color Cylindrical-coordinate representation of color #2BED71: hue angle of 141.65º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BED71 is Cyan = 0.82, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 43 237 113 -
CMYK 0.82 0 0.52 0.07
HSL 141.65º 0.84% 0.55% -
HSV(B) 141.65º 0.82% 0.93% -
XYZ 34.26 62.27 25.84 -
YUV 164.86 98.73 41.08 -
System Red Green Blue C M Y K H S L
Decimal 43 237 113 0.82 0 0.52 0.07 141.65 0.84 0.55
Hex 2B ED 71 52 0 34 7 8E 54 37
Octal 53 355 161 122 0 64 7 216 124 67
Binary 101011 11101101 1110001 1010010 0 110100 111 10001110 1010100 110111

Color Harmonies of #2BED71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BED71

Black with #2BED71

Text Example


Text Example

White with #2BED71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,237,113); }

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

background-color css

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

 a { background-color: rgb(43,237,113); }

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

border-color css

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

 span { border-color: rgb(43,237,113); }

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