Html Css Color HEX #2BD155 Malachite

📋 copy color: '#2BD155'

red 43 ◦ green 209 ◦ blue 85

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

Shades of Malachite #2BD155

Tints of Malachite #2BD155

RGB

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

 GREEN value IS 209 (82.03% from 255) = 62.02%

 BLUE value IS 85 (33.59% from 255) = 25.22%

R = 12.76%
G = 62.02%
B = 25.22%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#2BD155 (or 0x2BD155) is known color: Malachite. HEX triplet: 2B, D1 and 55. RGB value is (43,209,85). Sum of RGB (Red+Green+Blue) = 43+209+85=337 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.76% from 337); Green value is 209 (82.03% from 255 or 62.02% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 209 - color contains mainly: green. Hex color #2BD155 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD155 is #D42EAA. Grayscale: #919191. Windows color (decimal): -13905579 or 5624107. OLE color: 5624107.

HSL color Cylindrical-coordinate representation of color #2BD155: hue angle of 135.18º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BD155 is Cyan = 0.79, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 43 209 85 -
CMYK 0.79 0 0.59 0.18
HSL 135.18º 0.66% 0.49% -
HSV(B) 135.18º 0.79% 0.82% -
XYZ 25.44 46.77 16.28 -
YUV 145.23 94 55.08 -
System Red Green Blue C M Y K H S L
Decimal 43 209 85 0.79 0 0.59 0.18 135.18 0.66 0.49
Hex 2B D1 55 4F 0 3B 12 87 42 31
Octal 53 321 125 117 0 73 22 207 102 61
Binary 101011 11010001 1010101 1001111 0 111011 10010 10000111 1000010 110001

Color Harmonies of #2BD155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD155

Black with #2BD155

Text Example


Text Example

White with #2BD155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,209,85); }

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

background-color css

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

 a { background-color: rgb(43,209,85); }

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

border-color css

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

 span { border-color: rgb(43,209,85); }

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