Html Css Color HEX #2BD466 Malachite

📋 copy color: '#2BD466'

red 43 ◦ green 212 ◦ blue 102

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

Shades of Malachite #2BD466

Tints of Malachite #2BD466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 28.57%

R = 12.04%
G = 59.38%
B = 28.57%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#2BD466 (or 0x2BD466) is known color: Malachite. HEX triplet: 2B, D4 and 66. RGB value is (43,212,102). Sum of RGB (Red+Green+Blue) = 43+212+102=357 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.04% from 357); Green value is 212 (83.20% from 255 or 59.38% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 212 - color contains mainly: green. Hex color #2BD466 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD466 is #D42B99. Grayscale: #959595. Windows color (decimal): -13904794 or 6738987. OLE color: 6738987.

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

Color convert

RGB 43 212 102 -
CMYK 0.80 0 0.52 0.17
HSL 140.95º 0.66% 0.5% -
HSV(B) 140.95º 0.8% 0.83% -
XYZ 26.94 48.56 20.52 -
YUV 148.93 101.51 52.44 -
System Red Green Blue C M Y K H S L
Decimal 43 212 102 0.80 0 0.52 0.17 140.95 0.66 0.5
Hex 2B D4 66 50 0 34 11 8D 42 32
Octal 53 324 146 120 0 64 21 215 102 62
Binary 101011 11010100 1100110 1010000 0 110100 10001 10001101 1000010 110010

Color Harmonies of #2BD466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD466

Black with #2BD466

Text Example


Text Example

White with #2BD466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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