Html Css Color HEX #2BDA57 Malachite

📋 copy color: '#2BDA57'

red 43 ◦ green 218 ◦ blue 87

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

Shades of Malachite #2BDA57

Tints of Malachite #2BDA57

RGB

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

 GREEN value IS 218 (85.55% from 255) = 62.64%

 BLUE value IS 87 (34.38% from 255) = 25%

R = 12.36%
G = 62.64%
B = 25%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#2BDA57 (or 0x2BDA57) is known color: Malachite. HEX triplet: 2B, DA and 57. RGB value is (43,218,87). Sum of RGB (Red+Green+Blue) = 43+218+87=348 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.36% from 348); Green value is 218 (85.55% from 255 or 62.64% from 348); Blue value is 87 (34.38% from 255 or 25% from 348); Max value from RGB is 218 - color contains mainly: green. Hex color #2BDA57 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BDA57 is #D425A8. Grayscale: #979797. Windows color (decimal): -13903273 or 5757483. OLE color: 5757483.

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

Color convert

RGB 43 218 87 -
CMYK 0.80 0 0.60 0.15
HSL 135.09º 0.7% 0.51% -
HSV(B) 135.09º 0.8% 0.85% -
XYZ 27.79 51.34 17.46 -
YUV 150.74 92.02 51.15 -
System Red Green Blue C M Y K H S L
Decimal 43 218 87 0.80 0 0.60 0.15 135.09 0.7 0.51
Hex 2B DA 57 50 0 3C F 87 46 33
Octal 53 332 127 120 0 74 17 207 106 63
Binary 101011 11011010 1010111 1010000 0 111100 1111 10000111 1000110 110011

Color Harmonies of #2BDA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDA57

Black with #2BDA57

Text Example


Text Example

White with #2BDA57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,218,87); }

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

background-color css

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

 a { background-color: rgb(43,218,87); }

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

border-color css

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

 span { border-color: rgb(43,218,87); }

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