Html Css Color HEX #2BD653 Malachite

📋 copy color: '#2BD653'

red 43 ◦ green 214 ◦ blue 83

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

Shades of Malachite #2BD653

Tints of Malachite #2BD653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.41%

R = 12.65%
G = 62.94%
B = 24.41%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#2BD653 (or 0x2BD653) is known color: Malachite. HEX triplet: 2B, D6 and 53. RGB value is (43,214,83). Sum of RGB (Red+Green+Blue) = 43+214+83=340 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.65% from 340); Green value is 214 (83.98% from 255 or 62.94% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 214 - color contains mainly: green. Hex color #2BD653 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD653 is #D429AC. Grayscale: #949494. Windows color (decimal): -13904301 or 5494315. OLE color: 5494315.

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

Color convert

RGB 43 214 83 -
CMYK 0.80 0 0.61 0.16
HSL 134.04º 0.68% 0.5% -
HSV(B) 134.04º 0.8% 0.84% -
XYZ 26.6 49.23 16.28 -
YUV 147.94 91.35 53.15 -
System Red Green Blue C M Y K H S L
Decimal 43 214 83 0.80 0 0.61 0.16 134.04 0.68 0.5
Hex 2B D6 53 50 0 3D 10 86 44 32
Octal 53 326 123 120 0 75 20 206 104 62
Binary 101011 11010110 1010011 1010000 0 111101 10000 10000110 1000100 110010

Color Harmonies of #2BD653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD653

Black with #2BD653

Text Example


Text Example

White with #2BD653

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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