Html Css Color HEX #2BD750 Malachite

📋 copy color: '#2BD750'

red 43 ◦ green 215 ◦ blue 80

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

Shades of Malachite #2BD750

Tints of Malachite #2BD750

RGB

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

 GREEN value IS 215 (84.38% from 255) = 63.61%

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

R = 12.72%
G = 63.61%
B = 23.67%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#2BD750 (or 0x2BD750) is known color: Malachite. HEX triplet: 2B, D7 and 50. RGB value is (43,215,80). Sum of RGB (Red+Green+Blue) = 43+215+80=338 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.72% from 338); Green value is 215 (84.38% from 255 or 63.61% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 215 - color contains mainly: green. Hex color #2BD750 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD750 is #D428AF. Grayscale: #949494. Windows color (decimal): -13904048 or 5297963. OLE color: 5297963.

HSL color Cylindrical-coordinate representation of color #2BD750: hue angle of 132.91º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD750 is Cyan = 0.8, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 43 215 80 -
CMYK 0.8 0 0.63 0.16
HSL 132.91º 0.68% 0.51% -
HSV(B) 132.91º 0.8% 0.84% -
XYZ 26.74 49.69 15.77 -
YUV 148.18 89.52 52.98 -
System Red Green Blue C M Y K H S L
Decimal 43 215 80 0.8 0 0.63 0.16 132.91 0.68 0.51
Hex 2B D7 50 50 0 3F 10 85 44 33
Octal 53 327 120 120 0 77 20 205 104 63
Binary 101011 11010111 1010000 1010000 0 111111 10000 10000101 1000100 110011

Color Harmonies of #2BD750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD750

Black with #2BD750

Text Example


Text Example

White with #2BD750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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