Html Css Color HEX #2BE66F Malachite

📋 copy color: '#2BE66F'

red 43 ◦ green 230 ◦ blue 111

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

Shades of Malachite #2BE66F

Tints of Malachite #2BE66F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.91%

R = 11.2%
G = 59.9%
B = 28.91%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#2BE66F (or 0x2BE66F) is known color: Malachite. HEX triplet: 2B, E6 and 6F. RGB value is (43,230,111). Sum of RGB (Red+Green+Blue) = 43+230+111=384 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.20% from 384); Green value is 230 (90.23% from 255 or 59.90% from 384); Blue value is 111 (43.75% from 255 or 28.91% from 384); Max value from RGB is 230 - color contains mainly: green. Hex color #2BE66F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BE66F is #D41990. Grayscale: #A0A0A0. Windows color (decimal): -13900177 or 7333419. OLE color: 7333419.

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

Color convert

RGB 43 230 111 -
CMYK 0.81 0 0.52 0.10
HSL 141.82º 0.79% 0.54% -
HSV(B) 141.82º 0.81% 0.9% -
XYZ 32.16 58.25 24.59 -
YUV 160.52 100.05 44.18 -
System Red Green Blue C M Y K H S L
Decimal 43 230 111 0.81 0 0.52 0.10 141.82 0.79 0.54
Hex 2B E6 6F 51 0 34 A 8E 4F 36
Octal 53 346 157 121 0 64 12 216 117 66
Binary 101011 11100110 1101111 1010001 0 110100 1010 10001110 1001111 110110

Color Harmonies of #2BE66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE66F

Black with #2BE66F

Text Example


Text Example

White with #2BE66F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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