Html Css Color HEX #2BEA71 Malachite

📋 copy color: '#2BEA71'

red 43 ◦ green 234 ◦ blue 113

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

Shades of Malachite #2BEA71

Tints of Malachite #2BEA71

RGB

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

 GREEN value IS 234 (91.8% from 255) = 60%

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

R = 11.03%
G = 60%
B = 28.97%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#2BEA71 (or 0x2BEA71) is known color: Malachite. HEX triplet: 2B, EA and 71. RGB value is (43,234,113). Sum of RGB (Red+Green+Blue) = 43+234+113=390 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.03% from 390); Green value is 234 (91.80% from 255 or 60% from 390); Blue value is 113 (44.53% from 255 or 28.97% from 390); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEA71 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BEA71 is #D4158E. Grayscale: #A3A3A3. Windows color (decimal): -13899151 or 7465515. OLE color: 7465515.

HSL color Cylindrical-coordinate representation of color #2BEA71: hue angle of 141.99º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEA71 is Cyan = 0.82, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 43 234 113 -
CMYK 0.82 0 0.52 0.08
HSL 141.99º 0.82% 0.54% -
HSV(B) 141.99º 0.82% 0.92% -
XYZ 33.4 60.55 25.55 -
YUV 163.1 99.72 42.34 -
System Red Green Blue C M Y K H S L
Decimal 43 234 113 0.82 0 0.52 0.08 141.99 0.82 0.54
Hex 2B EA 71 52 0 34 8 8E 52 36
Octal 53 352 161 122 0 64 10 216 122 66
Binary 101011 11101010 1110001 1010010 0 110100 1000 10001110 1010010 110110

Color Harmonies of #2BEA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEA71

Black with #2BEA71

Text Example


Text Example

White with #2BEA71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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