Html Css Color HEX #2BD650 Malachite

📋 copy color: '#2BD650'

red 43 ◦ green 214 ◦ blue 80

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

Shades of Malachite #2BD650

Tints of Malachite #2BD650

RGB

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

 GREEN value IS 214 (83.98% from 255) = 63.5%

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

R = 12.76%
G = 63.5%
B = 23.74%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#2BD650 (or 0x2BD650) is known color: Malachite. HEX triplet: 2B, D6 and 50. RGB value is (43,214,80). Sum of RGB (Red+Green+Blue) = 43+214+80=337 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.76% from 337); Green value is 214 (83.98% from 255 or 63.50% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 214 - color contains mainly: green. Hex color #2BD650 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD650 is #D429AF. Grayscale: #939393. Windows color (decimal): -13904304 or 5297707. OLE color: 5297707.

HSL color Cylindrical-coordinate representation of color #2BD650: hue angle of 132.98º degrees, saturation: 0.68, 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 #2BD650 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 43 214 80 -
CMYK 0.80 0 0.63 0.16
HSL 132.98º 0.68% 0.5% -
HSV(B) 132.98º 0.8% 0.84% -
XYZ 26.49 49.19 15.69 -
YUV 147.6 89.85 53.4 -
System Red Green Blue C M Y K H S L
Decimal 43 214 80 0.80 0 0.63 0.16 132.98 0.68 0.5
Hex 2B D6 50 50 0 3F 10 85 44 32
Octal 53 326 120 120 0 77 20 205 104 62
Binary 101011 11010110 1010000 1010000 0 111111 10000 10000101 1000100 110010

Color Harmonies of #2BD650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD650

Black with #2BD650

Text Example


Text Example

White with #2BD650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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