Html Css Color HEX #2BE95D Malachite

📋 copy color: '#2BE95D'

red 43 ◦ green 233 ◦ blue 93

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

Shades of Malachite #2BE95D

Tints of Malachite #2BE95D

RGB

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

 GREEN value IS 233 (91.41% from 255) = 63.14%

 BLUE value IS 93 (36.72% from 255) = 25.2%

R = 11.65%
G = 63.14%
B = 25.2%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#2BE95D (or 0x2BE95D) is known color: Malachite. HEX triplet: 2B, E9 and 5D. RGB value is (43,233,93). Sum of RGB (Red+Green+Blue) = 43+233+93=369 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.65% from 369); Green value is 233 (91.41% from 255 or 63.14% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 233 - color contains mainly: green. Hex color #2BE95D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BE95D is #D416A2. Grayscale: #A0A0A0. Windows color (decimal): -13899427 or 6154539. OLE color: 6154539.

HSL color Cylindrical-coordinate representation of color #2BE95D: hue angle of 135.79º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BE95D is Cyan = 0.82, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 43 233 93 -
CMYK 0.82 0 0.60 0.09
HSL 135.79º 0.81% 0.54% -
HSV(B) 135.79º 0.82% 0.91% -
XYZ 32.11 59.58 20.16 -
YUV 160.23 90.05 44.38 -
System Red Green Blue C M Y K H S L
Decimal 43 233 93 0.82 0 0.60 0.09 135.79 0.81 0.54
Hex 2B E9 5D 52 0 3C 9 88 51 36
Octal 53 351 135 122 0 74 11 210 121 66
Binary 101011 11101001 1011101 1010010 0 111100 1001 10001000 1010001 110110

Color Harmonies of #2BE95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE95D

Black with #2BE95D

Text Example


Text Example

White with #2BE95D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,233,93); }

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

background-color css

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

 a { background-color: rgb(43,233,93); }

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

border-color css

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

 span { border-color: rgb(43,233,93); }

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