Html Css Color HEX #2BE570 Malachite

📋 copy color: '#2BE570'

red 43 ◦ green 229 ◦ blue 112

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

Shades of Malachite #2BE570

Tints of Malachite #2BE570

RGB

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

 GREEN value IS 229 (89.84% from 255) = 59.64%

 BLUE value IS 112 (44.14% from 255) = 29.17%

R = 11.2%
G = 59.64%
B = 29.17%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#2BE570 (or 0x2BE570) is known color: Malachite. HEX triplet: 2B, E5 and 70. RGB value is (43,229,112). Sum of RGB (Red+Green+Blue) = 43+229+112=384 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.20% from 384); Green value is 229 (89.84% from 255 or 59.64% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 229 - color contains mainly: green. Hex color #2BE570 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BE570 is #D41A8F. Grayscale: #A0A0A0. Windows color (decimal): -13900432 or 7398699. OLE color: 7398699.

HSL color Cylindrical-coordinate representation of color #2BE570: hue angle of 142.26º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE570 is Cyan = 0.81, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB 43 229 112 -
CMYK 0.81 0 0.51 0.10
HSL 142.26º 0.78% 0.53% -
HSV(B) 142.26º 0.81% 0.9% -
XYZ 31.94 57.72 24.79 -
YUV 160.05 100.88 44.51 -
System Red Green Blue C M Y K H S L
Decimal 43 229 112 0.81 0 0.51 0.10 142.26 0.78 0.53
Hex 2B E5 70 51 0 33 A 8E 4E 35
Octal 53 345 160 121 0 63 12 216 116 65
Binary 101011 11100101 1110000 1010001 0 110011 1010 10001110 1001110 110101

Color Harmonies of #2BE570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE570

Black with #2BE570

Text Example


Text Example

White with #2BE570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,229,112); }

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

background-color css

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

 a { background-color: rgb(43,229,112); }

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

border-color css

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

 span { border-color: rgb(43,229,112); }

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