Html Css Color HEX #2BE550 Malachite

📋 copy color: '#2BE550'

red 43 ◦ green 229 ◦ blue 80

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

Shades of Malachite #2BE550

Tints of Malachite #2BE550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.73%

R = 12.22%
G = 65.06%
B = 22.73%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#2BE550 (or 0x2BE550) is known color: Malachite. HEX triplet: 2B, E5 and 50. RGB value is (43,229,80). Sum of RGB (Red+Green+Blue) = 43+229+80=352 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.22% from 352); Green value is 229 (89.84% from 255 or 65.06% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 229 - color contains mainly: green. Hex color #2BE550 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BE550 is #D41AAF. Grayscale: #9C9C9C. Windows color (decimal): -13900464 or 5301547. OLE color: 5301547.

HSL color Cylindrical-coordinate representation of color #2BE550: hue angle of 131.94º 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 #2BE550 is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB 43 229 80 -
CMYK 0.81 0 0.65 0.10
HSL 131.94º 0.78% 0.53% -
HSV(B) 131.94º 0.81% 0.9% -
XYZ 30.46 57.13 17.01 -
YUV 156.4 84.88 47.12 -
System Red Green Blue C M Y K H S L
Decimal 43 229 80 0.81 0 0.65 0.10 131.94 0.78 0.53
Hex 2B E5 50 51 0 41 A 84 4E 35
Octal 53 345 120 121 0 101 12 204 116 65
Binary 101011 11100101 1010000 1010001 0 1000001 1010 10000100 1001110 110101

Color Harmonies of #2BE550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE550

Black with #2BE550

Text Example


Text Example

White with #2BE550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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