Html Css Color HEX #2BE66D Malachite

📋 copy color: '#2BE66D'

red 43 ◦ green 230 ◦ blue 109

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

Shades of Malachite #2BE66D

Tints of Malachite #2BE66D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 60.21%

 BLUE value IS 109 (42.97% from 255) = 28.53%

R = 11.26%
G = 60.21%
B = 28.53%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#2BE66D (or 0x2BE66D) is known color: Malachite. HEX triplet: 2B, E6 and 6D. RGB value is (43,230,109). Sum of RGB (Red+Green+Blue) = 43+230+109=382 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.26% from 382); Green value is 230 (90.23% from 255 or 60.21% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 230 - color contains mainly: green. Hex color #2BE66D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BE66D is #D41992. Grayscale: #A0A0A0. Windows color (decimal): -13900179 or 7202347. OLE color: 7202347.

HSL color Cylindrical-coordinate representation of color #2BE66D: hue angle of 141.18º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE66D is Cyan = 0.81, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 43 230 109 -
CMYK 0.81 0 0.53 0.10
HSL 141.18º 0.79% 0.54% -
HSV(B) 141.18º 0.81% 0.9% -
XYZ 32.05 58.21 24.01 -
YUV 160.29 99.05 44.34 -
System Red Green Blue C M Y K H S L
Decimal 43 230 109 0.81 0 0.53 0.10 141.18 0.79 0.54
Hex 2B E6 6D 51 0 35 A 8D 4F 36
Octal 53 346 155 121 0 65 12 215 117 66
Binary 101011 11100110 1101101 1010001 0 110101 1010 10001101 1001111 110110

Color Harmonies of #2BE66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE66D

Black with #2BE66D

Text Example


Text Example

White with #2BE66D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,230,109); }

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

background-color css

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

 a { background-color: rgb(43,230,109); }

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

border-color css

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

 span { border-color: rgb(43,230,109); }

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