Html Css Color HEX #2BE465 Malachite

📋 copy color: '#2BE465'

red 43 ◦ green 228 ◦ blue 101

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

Shades of Malachite #2BE465

Tints of Malachite #2BE465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.15%

R = 11.56%
G = 61.29%
B = 27.15%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#2BE465 (or 0x2BE465) is known color: Malachite. HEX triplet: 2B, E4 and 65. RGB value is (43,228,101). Sum of RGB (Red+Green+Blue) = 43+228+101=372 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.56% from 372); Green value is 228 (89.45% from 255 or 61.29% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 228 - color contains mainly: green. Hex color #2BE465 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BE465 is #D41B9A. Grayscale: #9E9E9E. Windows color (decimal): -13900699 or 6677547. OLE color: 6677547.

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

Color convert

RGB 43 228 101 -
CMYK 0.81 0 0.56 0.11
HSL 138.81º 0.77% 0.53% -
HSV(B) 138.81º 0.81% 0.89% -
XYZ 31.09 56.94 21.66 -
YUV 158.21 95.71 45.83 -
System Red Green Blue C M Y K H S L
Decimal 43 228 101 0.81 0 0.56 0.11 138.81 0.77 0.53
Hex 2B E4 65 51 0 38 B 8B 4D 35
Octal 53 344 145 121 0 70 13 213 115 65
Binary 101011 11100100 1100101 1010001 0 111000 1011 10001011 1001101 110101

Color Harmonies of #2BE465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE465

Black with #2BE465

Text Example


Text Example

White with #2BE465

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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