Html Css Color HEX #2BD550 Malachite

📋 copy color: '#2BD550'

red 43 ◦ green 213 ◦ blue 80

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

Shades of Malachite #2BD550

Tints of Malachite #2BD550

RGB

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

 GREEN value IS 213 (83.59% from 255) = 63.39%

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

R = 12.8%
G = 63.39%
B = 23.81%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#2BD550 (or 0x2BD550) is known color: Malachite. HEX triplet: 2B, D5 and 50. RGB value is (43,213,80). Sum of RGB (Red+Green+Blue) = 43+213+80=336 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.80% from 336); Green value is 213 (83.59% from 255 or 63.39% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 213 - color contains mainly: green. Hex color #2BD550 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD550 is #D42AAF. Grayscale: #939393. Windows color (decimal): -13904560 or 5297451. OLE color: 5297451.

HSL color Cylindrical-coordinate representation of color #2BD550: hue angle of 133.06º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD550 is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 43 213 80 -
CMYK 0.80 0 0.62 0.16
HSL 133.06º 0.67% 0.5% -
HSV(B) 133.06º 0.8% 0.84% -
XYZ 26.24 48.68 15.6 -
YUV 147.01 90.18 53.81 -
System Red Green Blue C M Y K H S L
Decimal 43 213 80 0.80 0 0.62 0.16 133.06 0.67 0.5
Hex 2B D5 50 50 0 3E 10 85 43 32
Octal 53 325 120 120 0 76 20 205 103 62
Binary 101011 11010101 1010000 1010000 0 111110 10000 10000101 1000011 110010

Color Harmonies of #2BD550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD550

Black with #2BD550

Text Example


Text Example

White with #2BD550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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