Html Css Color HEX #2BE55B Malachite

📋 copy color: '#2BE55B'

red 43 ◦ green 229 ◦ blue 91

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

Shades of Malachite #2BE55B

Tints of Malachite #2BE55B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.07%

R = 11.85%
G = 63.09%
B = 25.07%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#2BE55B (or 0x2BE55B) is known color: Malachite. HEX triplet: 2B, E5 and 5B. RGB value is (43,229,91). Sum of RGB (Red+Green+Blue) = 43+229+91=363 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.85% from 363); Green value is 229 (89.84% from 255 or 63.09% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 229 - color contains mainly: green. Hex color #2BE55B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BE55B is #D41AA4. Grayscale: #9E9E9E. Windows color (decimal): -13900453 or 6022443. OLE color: 6022443.

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

Color convert

RGB 43 229 91 -
CMYK 0.81 0 0.60 0.10
HSL 135.48º 0.78% 0.53% -
HSV(B) 135.48º 0.81% 0.9% -
XYZ 30.9 57.31 19.33 -
YUV 157.65 90.38 46.22 -
System Red Green Blue C M Y K H S L
Decimal 43 229 91 0.81 0 0.60 0.10 135.48 0.78 0.53
Hex 2B E5 5B 51 0 3C A 87 4E 35
Octal 53 345 133 121 0 74 12 207 116 65
Binary 101011 11100101 1011011 1010001 0 111100 1010 10000111 1001110 110101

Color Harmonies of #2BE55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE55B

Black with #2BE55B

Text Example


Text Example

White with #2BE55B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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