Html Css Color HEX #2BEC72 Malachite

📋 copy color: '#2BEC72'

red 43 ◦ green 236 ◦ blue 114

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

Shades of Malachite #2BEC72

Tints of Malachite #2BEC72

RGB

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

 GREEN value IS 236 (92.58% from 255) = 60.05%

 BLUE value IS 114 (44.92% from 255) = 29.01%

R = 10.94%
G = 60.05%
B = 29.01%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#2BEC72 (or 0x2BEC72) is known color: Malachite. HEX triplet: 2B, EC and 72. RGB value is (43,236,114). Sum of RGB (Red+Green+Blue) = 43+236+114=393 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.94% from 393); Green value is 236 (92.58% from 255 or 60.05% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 236 - color contains mainly: green. Hex color #2BEC72 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BEC72 is #D4138D. Grayscale: #A4A4A4. Windows color (decimal): -13898638 or 7531563. OLE color: 7531563.

HSL color Cylindrical-coordinate representation of color #2BEC72: hue angle of 142.07º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEC72 is Cyan = 0.82, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 43 236 114 -
CMYK 0.82 0 0.52 0.07
HSL 142.07º 0.84% 0.55% -
HSV(B) 142.07º 0.82% 0.93% -
XYZ 34.03 61.72 26.04 -
YUV 164.39 99.56 41.42 -
System Red Green Blue C M Y K H S L
Decimal 43 236 114 0.82 0 0.52 0.07 142.07 0.84 0.55
Hex 2B EC 72 52 0 34 7 8E 54 37
Octal 53 354 162 122 0 64 7 216 124 67
Binary 101011 11101100 1110010 1010010 0 110100 111 10001110 1010100 110111

Color Harmonies of #2BEC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEC72

Black with #2BEC72

Text Example


Text Example

White with #2BEC72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,236,114); }

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

background-color css

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

 a { background-color: rgb(43,236,114); }

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

border-color css

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

 span { border-color: rgb(43,236,114); }

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