Html Css Color HEX #2BED6A Malachite

📋 copy color: '#2BED6A'

red 43 ◦ green 237 ◦ blue 106

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

Shades of Malachite #2BED6A

Tints of Malachite #2BED6A

RGB

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

 GREEN value IS 237 (92.97% from 255) = 61.4%

 BLUE value IS 106 (41.8% from 255) = 27.46%

R = 11.14%
G = 61.4%
B = 27.46%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#2BED6A (or 0x2BED6A) is known color: Malachite. HEX triplet: 2B, ED and 6A. RGB value is (43,237,106). Sum of RGB (Red+Green+Blue) = 43+237+106=386 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.14% from 386); Green value is 237 (92.97% from 255 or 61.40% from 386); Blue value is 106 (41.80% from 255 or 27.46% from 386); Max value from RGB is 237 - color contains mainly: green. Hex color #2BED6A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BED6A is #D41295. Grayscale: #A4A4A4. Windows color (decimal): -13898390 or 7007531. OLE color: 7007531.

HSL color Cylindrical-coordinate representation of color #2BED6A: hue angle of 139.48º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BED6A is Cyan = 0.82, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 43 237 106 -
CMYK 0.82 0 0.55 0.07
HSL 139.48º 0.84% 0.55% -
HSV(B) 139.48º 0.82% 0.93% -
XYZ 33.88 62.12 23.84 -
YUV 164.06 95.23 41.65 -
System Red Green Blue C M Y K H S L
Decimal 43 237 106 0.82 0 0.55 0.07 139.48 0.84 0.55
Hex 2B ED 6A 52 0 37 7 8B 54 37
Octal 53 355 152 122 0 67 7 213 124 67
Binary 101011 11101101 1101010 1010010 0 110111 111 10001011 1010100 110111

Color Harmonies of #2BED6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BED6A

Black with #2BED6A

Text Example


Text Example

White with #2BED6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,237,106); }

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

background-color css

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

 a { background-color: rgb(43,237,106); }

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

border-color css

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

 span { border-color: rgb(43,237,106); }

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