Html Css Color HEX #2BE350 Malachite

📋 copy color: '#2BE350'

red 43 ◦ green 227 ◦ blue 80

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

Shades of Malachite #2BE350

Tints of Malachite #2BE350

RGB

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

 GREEN value IS 227 (89.06% from 255) = 64.86%

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

R = 12.29%
G = 64.86%
B = 22.86%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#2BE350 (or 0x2BE350) is known color: Malachite. HEX triplet: 2B, E3 and 50. RGB value is (43,227,80). Sum of RGB (Red+Green+Blue) = 43+227+80=350 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.29% from 350); Green value is 227 (89.06% from 255 or 64.86% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 227 - color contains mainly: green. Hex color #2BE350 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BE350 is #D41CAF. Grayscale: #9B9B9B. Windows color (decimal): -13900976 or 5301035. OLE color: 5301035.

HSL color Cylindrical-coordinate representation of color #2BE350: hue angle of 132.07º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE350 is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 43 227 80 -
CMYK 0.81 0 0.65 0.11
HSL 132.07º 0.77% 0.53% -
HSV(B) 132.07º 0.81% 0.89% -
XYZ 29.91 56.03 16.83 -
YUV 155.23 85.54 47.95 -
System Red Green Blue C M Y K H S L
Decimal 43 227 80 0.81 0 0.65 0.11 132.07 0.77 0.53
Hex 2B E3 50 51 0 41 B 84 4D 35
Octal 53 343 120 121 0 101 13 204 115 65
Binary 101011 11100011 1010000 1010001 0 1000001 1011 10000100 1001101 110101

Color Harmonies of #2BE350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE350

Black with #2BE350

Text Example


Text Example

White with #2BE350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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