Html Css Color HEX #2BE46B Malachite

📋 copy color: '#2BE46B'

red 43 ◦ green 228 ◦ blue 107

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

Shades of Malachite #2BE46B

Tints of Malachite #2BE46B

RGB

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

 GREEN value IS 228 (89.45% from 255) = 60.32%

 BLUE value IS 107 (42.19% from 255) = 28.31%

R = 11.38%
G = 60.32%
B = 28.31%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#2BE46B (or 0x2BE46B) is known color: Malachite. HEX triplet: 2B, E4 and 6B. RGB value is (43,228,107). Sum of RGB (Red+Green+Blue) = 43+228+107=378 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.38% from 378); Green value is 228 (89.45% from 255 or 60.32% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 228 - color contains mainly: green. Hex color #2BE46B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BE46B is #D41B94. Grayscale: #9F9F9F. Windows color (decimal): -13900693 or 7070763. OLE color: 7070763.

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

Color convert

RGB 43 228 107 -
CMYK 0.81 0 0.53 0.11
HSL 140.76º 0.77% 0.53% -
HSV(B) 140.76º 0.81% 0.89% -
XYZ 31.39 57.06 23.27 -
YUV 158.89 98.71 45.34 -
System Red Green Blue C M Y K H S L
Decimal 43 228 107 0.81 0 0.53 0.11 140.76 0.77 0.53
Hex 2B E4 6B 51 0 35 B 8D 4D 35
Octal 53 344 153 121 0 65 13 215 115 65
Binary 101011 11100100 1101011 1010001 0 110101 1011 10001101 1001101 110101

Color Harmonies of #2BE46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE46B

Black with #2BE46B

Text Example


Text Example

White with #2BE46B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,228,107); }

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

background-color css

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

 a { background-color: rgb(43,228,107); }

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

border-color css

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

 span { border-color: rgb(43,228,107); }

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