Html Css Color HEX #2BD250 Malachite

📋 copy color: '#2BD250'

red 43 ◦ green 210 ◦ blue 80

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

Shades of Malachite #2BD250

Tints of Malachite #2BD250

RGB

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

 GREEN value IS 210 (82.42% from 255) = 63.06%

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

R = 12.91%
G = 63.06%
B = 24.02%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#2BD250 (or 0x2BD250) is known color: Malachite. HEX triplet: 2B, D2 and 50. RGB value is (43,210,80). Sum of RGB (Red+Green+Blue) = 43+210+80=333 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.91% from 333); Green value is 210 (82.42% from 255 or 63.06% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 210 - color contains mainly: green. Hex color #2BD250 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD250 is #D42DAF. Grayscale: #919191. Windows color (decimal): -13905328 or 5296683. OLE color: 5296683.

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

Color convert

RGB 43 210 80 -
CMYK 0.80 0 0.62 0.18
HSL 133.29º 0.66% 0.5% -
HSV(B) 133.29º 0.8% 0.82% -
XYZ 25.49 47.19 15.35 -
YUV 145.25 91.17 55.07 -
System Red Green Blue C M Y K H S L
Decimal 43 210 80 0.80 0 0.62 0.18 133.29 0.66 0.5
Hex 2B D2 50 50 0 3E 12 85 42 32
Octal 53 322 120 120 0 76 22 205 102 62
Binary 101011 11010010 1010000 1010000 0 111110 10010 10000101 1000010 110010

Color Harmonies of #2BD250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD250

Black with #2BD250

Text Example


Text Example

White with #2BD250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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