Html Css Color HEX #2BD462 Malachite

📋 copy color: '#2BD462'

red 43 ◦ green 212 ◦ blue 98

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

Shades of Malachite #2BD462

Tints of Malachite #2BD462

RGB

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

 GREEN value IS 212 (83.2% from 255) = 60.06%

 BLUE value IS 98 (38.67% from 255) = 27.76%

R = 12.18%
G = 60.06%
B = 27.76%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#2BD462 (or 0x2BD462) is known color: Malachite. HEX triplet: 2B, D4 and 62. RGB value is (43,212,98). Sum of RGB (Red+Green+Blue) = 43+212+98=353 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.18% from 353); Green value is 212 (83.20% from 255 or 60.06% from 353); Blue value is 98 (38.67% from 255 or 27.76% from 353); Max value from RGB is 212 - color contains mainly: green. Hex color #2BD462 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD462 is #D42B9D. Grayscale: #949494. Windows color (decimal): -13904798 or 6476843. OLE color: 6476843.

HSL color Cylindrical-coordinate representation of color #2BD462: hue angle of 139.53º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD462 is Cyan = 0.80, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB 43 212 98 -
CMYK 0.80 0 0.54 0.17
HSL 139.53º 0.66% 0.5% -
HSV(B) 139.53º 0.8% 0.83% -
XYZ 26.74 48.48 19.5 -
YUV 148.47 99.51 52.77 -
System Red Green Blue C M Y K H S L
Decimal 43 212 98 0.80 0 0.54 0.17 139.53 0.66 0.5
Hex 2B D4 62 50 0 36 11 8C 42 32
Octal 53 324 142 120 0 66 21 214 102 62
Binary 101011 11010100 1100010 1010000 0 110110 10001 10001100 1000010 110010

Color Harmonies of #2BD462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD462

Black with #2BD462

Text Example


Text Example

White with #2BD462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,212,98); }

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

background-color css

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

 a { background-color: rgb(43,212,98); }

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

border-color css

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

 span { border-color: rgb(43,212,98); }

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