Html Css Color HEX #2BDB53 Malachite

📋 copy color: '#2BDB53'

red 43 ◦ green 219 ◦ blue 83

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

Shades of Malachite #2BDB53

Tints of Malachite #2BDB53

RGB

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

 GREEN value IS 219 (85.94% from 255) = 63.48%

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

R = 12.46%
G = 63.48%
B = 24.06%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#2BDB53 (or 0x2BDB53) is known color: Malachite. HEX triplet: 2B, DB and 53. RGB value is (43,219,83). Sum of RGB (Red+Green+Blue) = 43+219+83=345 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.46% from 345); Green value is 219 (85.94% from 255 or 63.48% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 219 - color contains mainly: green. Hex color #2BDB53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BDB53 is #D424AC. Grayscale: #979797. Windows color (decimal): -13903021 or 5495595. OLE color: 5495595.

HSL color Cylindrical-coordinate representation of color #2BDB53: hue angle of 133.64º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BDB53 is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 43 219 83 -
CMYK 0.80 0 0.62 0.14
HSL 133.64º 0.71% 0.51% -
HSV(B) 133.64º 0.8% 0.86% -
XYZ 27.89 51.8 16.71 -
YUV 150.87 89.69 51.06 -
System Red Green Blue C M Y K H S L
Decimal 43 219 83 0.80 0 0.62 0.14 133.64 0.71 0.51
Hex 2B DB 53 50 0 3E E 86 47 33
Octal 53 333 123 120 0 76 16 206 107 63
Binary 101011 11011011 1010011 1010000 0 111110 1110 10000110 1000111 110011

Color Harmonies of #2BDB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDB53

Black with #2BDB53

Text Example


Text Example

White with #2BDB53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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