Html Css Color HEX #2BE355 Malachite

📋 copy color: '#2BE355'

red 43 ◦ green 227 ◦ blue 85

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

Shades of Malachite #2BE355

Tints of Malachite #2BE355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.94%

R = 12.11%
G = 63.94%
B = 23.94%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#2BE355 (or 0x2BE355) is known color: Malachite. HEX triplet: 2B, E3 and 55. RGB value is (43,227,85). Sum of RGB (Red+Green+Blue) = 43+227+85=355 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.11% from 355); Green value is 227 (89.06% from 255 or 63.94% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 227 - color contains mainly: green. Hex color #2BE355 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BE355 is #D41CAA. Grayscale: #9C9C9C. Windows color (decimal): -13900971 or 5628715. OLE color: 5628715.

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

Color convert

RGB 43 227 85 -
CMYK 0.81 0 0.63 0.11
HSL 133.7º 0.77% 0.53% -
HSV(B) 133.7º 0.81% 0.89% -
XYZ 30.11 56.11 17.84 -
YUV 155.8 88.04 47.55 -
System Red Green Blue C M Y K H S L
Decimal 43 227 85 0.81 0 0.63 0.11 133.7 0.77 0.53
Hex 2B E3 55 51 0 3F B 86 4D 35
Octal 53 343 125 121 0 77 13 206 115 65
Binary 101011 11100011 1010101 1010001 0 111111 1011 10000110 1001101 110101

Color Harmonies of #2BE355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE355

Black with #2BE355

Text Example


Text Example

White with #2BE355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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