Html Css Color HEX #2BE051 Malachite

📋 copy color: '#2BE051'

red 43 ◦ green 224 ◦ blue 81

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

Shades of Malachite #2BE051

Tints of Malachite #2BE051

RGB

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

 GREEN value IS 224 (87.89% from 255) = 64.37%

 BLUE value IS 81 (32.03% from 255) = 23.28%

R = 12.36%
G = 64.37%
B = 23.28%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#2BE051 (or 0x2BE051) is known color: Malachite. HEX triplet: 2B, E0 and 51. RGB value is (43,224,81). Sum of RGB (Red+Green+Blue) = 43+224+81=348 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.36% from 348); Green value is 224 (87.89% from 255 or 64.37% from 348); Blue value is 81 (32.03% from 255 or 23.28% from 348); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE051 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BE051 is #D41FAE. Grayscale: #999999. Windows color (decimal): -13901743 or 5365803. OLE color: 5365803.

HSL color Cylindrical-coordinate representation of color #2BE051: hue angle of 132.6º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE051 is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 43 224 81 -
CMYK 0.81 0 0.64 0.12
HSL 132.6º 0.74% 0.52% -
HSV(B) 132.6º 0.81% 0.88% -
XYZ 29.14 54.42 16.75 -
YUV 153.58 87.03 49.13 -
System Red Green Blue C M Y K H S L
Decimal 43 224 81 0.81 0 0.64 0.12 132.6 0.74 0.52
Hex 2B E0 51 51 0 40 C 85 4A 34
Octal 53 340 121 121 0 100 14 205 112 64
Binary 101011 11100000 1010001 1010001 0 1000000 1100 10000101 1001010 110100

Color Harmonies of #2BE051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE051

Black with #2BE051

Text Example


Text Example

White with #2BE051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,224,81); }

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

background-color css

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

 a { background-color: rgb(43,224,81); }

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

border-color css

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

 span { border-color: rgb(43,224,81); }

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