Html Css Color HEX #2BD562 Malachite

📋 copy color: '#2BD562'

red 43 ◦ green 213 ◦ blue 98

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

Shades of Malachite #2BD562

Tints of Malachite #2BD562

RGB

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

 GREEN value IS 213 (83.59% from 255) = 60.17%

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

R = 12.15%
G = 60.17%
B = 27.68%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#2BD562 (or 0x2BD562) is known color: Malachite. HEX triplet: 2B, D5 and 62. RGB value is (43,213,98). Sum of RGB (Red+Green+Blue) = 43+213+98=354 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.15% from 354); Green value is 213 (83.59% from 255 or 60.17% from 354); Blue value is 98 (38.67% from 255 or 27.68% from 354); Max value from RGB is 213 - color contains mainly: green. Hex color #2BD562 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD562 is #D42A9D. Grayscale: #959595. Windows color (decimal): -13904542 or 6477099. OLE color: 6477099.

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

Color convert

RGB 43 213 98 -
CMYK 0.80 0 0.54 0.16
HSL 139.41º 0.67% 0.5% -
HSV(B) 139.41º 0.8% 0.84% -
XYZ 27 48.98 19.59 -
YUV 149.06 99.18 52.35 -
System Red Green Blue C M Y K H S L
Decimal 43 213 98 0.80 0 0.54 0.16 139.41 0.67 0.5
Hex 2B D5 62 50 0 36 10 8B 43 32
Octal 53 325 142 120 0 66 20 213 103 62
Binary 101011 11010101 1100010 1010000 0 110110 10000 10001011 1000011 110010

Color Harmonies of #2BD562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD562

Black with #2BD562

Text Example


Text Example

White with #2BD562

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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