Html Css Color HEX #2BD65D Malachite

📋 copy color: '#2BD65D'

red 43 ◦ green 214 ◦ blue 93

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

Shades of Malachite #2BD65D

Tints of Malachite #2BD65D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.57%

R = 12.29%
G = 61.14%
B = 26.57%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#2BD65D (or 0x2BD65D) is known color: Malachite. HEX triplet: 2B, D6 and 5D. RGB value is (43,214,93). Sum of RGB (Red+Green+Blue) = 43+214+93=350 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.29% from 350); Green value is 214 (83.98% from 255 or 61.14% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 214 - color contains mainly: green. Hex color #2BD65D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD65D is #D429A2. Grayscale: #959595. Windows color (decimal): -13904291 or 6149675. OLE color: 6149675.

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

Color convert

RGB 43 214 93 -
CMYK 0.80 0 0.57 0.16
HSL 137.54º 0.68% 0.5% -
HSV(B) 137.54º 0.8% 0.84% -
XYZ 27.02 49.4 18.47 -
YUV 149.08 96.35 52.34 -
System Red Green Blue C M Y K H S L
Decimal 43 214 93 0.80 0 0.57 0.16 137.54 0.68 0.5
Hex 2B D6 5D 50 0 39 10 8A 44 32
Octal 53 326 135 120 0 71 20 212 104 62
Binary 101011 11010110 1011101 1010000 0 111001 10000 10001010 1000100 110010

Color Harmonies of #2BD65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD65D

Black with #2BD65D

Text Example


Text Example

White with #2BD65D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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