Html Css Color HEX #2BDF50 Malachite

📋 copy color: '#2BDF50'

red 43 ◦ green 223 ◦ blue 80

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

Shades of Malachite #2BDF50

Tints of Malachite #2BDF50

RGB

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

 GREEN value IS 223 (87.5% from 255) = 64.45%

 BLUE value IS 80 (31.64% from 255) = 23.12%

R = 12.43%
G = 64.45%
B = 23.12%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#2BDF50 (or 0x2BDF50) is known color: Malachite. HEX triplet: 2B, DF and 50. RGB value is (43,223,80). Sum of RGB (Red+Green+Blue) = 43+223+80=346 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.43% from 346); Green value is 223 (87.5% from 255 or 64.45% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 223 - color contains mainly: green. Hex color #2BDF50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BDF50 is #D420AF. Grayscale: #999999. Windows color (decimal): -13902000 or 5300011. OLE color: 5300011.

HSL color Cylindrical-coordinate representation of color #2BDF50: hue angle of 132.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BDF50 is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 43 223 80 -
CMYK 0.81 0 0.64 0.13
HSL 132.33º 0.74% 0.52% -
HSV(B) 132.33º 0.81% 0.87% -
XYZ 28.83 53.87 16.47 -
YUV 152.88 86.87 49.63 -
System Red Green Blue C M Y K H S L
Decimal 43 223 80 0.81 0 0.64 0.13 132.33 0.74 0.52
Hex 2B DF 50 51 0 40 D 84 4A 34
Octal 53 337 120 121 0 100 15 204 112 64
Binary 101011 11011111 1010000 1010001 0 1000000 1101 10000100 1001010 110100

Color Harmonies of #2BDF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDF50

Black with #2BDF50

Text Example


Text Example

White with #2BDF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,223,80); }

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

background-color css

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

 a { background-color: rgb(43,223,80); }

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

border-color css

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

 span { border-color: rgb(43,223,80); }

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