Html Css Color HEX #2BD951 Malachite

📋 copy color: '#2BD951'

red 43 ◦ green 217 ◦ blue 81

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

Shades of Malachite #2BD951

Tints of Malachite #2BD951

RGB

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

 GREEN value IS 217 (85.16% from 255) = 63.64%

 BLUE value IS 81 (32.03% from 255) = 23.75%

R = 12.61%
G = 63.64%
B = 23.75%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#2BD951 (or 0x2BD951) is known color: Malachite. HEX triplet: 2B, D9 and 51. RGB value is (43,217,81). Sum of RGB (Red+Green+Blue) = 43+217+81=341 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.61% from 341); Green value is 217 (85.16% from 255 or 63.64% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 217 - color contains mainly: green. Hex color #2BD951 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD951 is #D426AE. Grayscale: #959595. Windows color (decimal): -13903535 or 5364011. OLE color: 5364011.

HSL color Cylindrical-coordinate representation of color #2BD951: hue angle of 133.1º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD951 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 43 217 81 -
CMYK 0.80 0 0.63 0.15
HSL 133.1º 0.7% 0.51% -
HSV(B) 133.1º 0.8% 0.85% -
XYZ 27.29 50.73 16.14 -
YUV 149.47 89.35 52.06 -
System Red Green Blue C M Y K H S L
Decimal 43 217 81 0.80 0 0.63 0.15 133.1 0.7 0.51
Hex 2B D9 51 50 0 3F F 85 46 33
Octal 53 331 121 120 0 77 17 205 106 63
Binary 101011 11011001 1010001 1010000 0 111111 1111 10000101 1000110 110011

Color Harmonies of #2BD951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD951

Black with #2BD951

Text Example


Text Example

White with #2BD951

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,217,81); }

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

background-color css

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

 a { background-color: rgb(43,217,81); }

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

border-color css

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

 span { border-color: rgb(43,217,81); }

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