Html Css Color HEX #2BED6D Malachite

📋 copy color: '#2BED6D'

red 43 ◦ green 237 ◦ blue 109

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

Shades of Malachite #2BED6D

Tints of Malachite #2BED6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.02%

R = 11.05%
G = 60.93%
B = 28.02%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#2BED6D (or 0x2BED6D) is known color: Malachite. HEX triplet: 2B, ED and 6D. RGB value is (43,237,109). Sum of RGB (Red+Green+Blue) = 43+237+109=389 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.05% from 389); Green value is 237 (92.97% from 255 or 60.93% from 389); Blue value is 109 (42.97% from 255 or 28.02% from 389); Max value from RGB is 237 - color contains mainly: green. Hex color #2BED6D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BED6D is #D41292. Grayscale: #A4A4A4. Windows color (decimal): -13898387 or 7204139. OLE color: 7204139.

HSL color Cylindrical-coordinate representation of color #2BED6D: hue angle of 140.41º 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 #2BED6D is Cyan = 0.82, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 43 237 109 -
CMYK 0.82 0 0.54 0.07
HSL 140.41º 0.84% 0.55% -
HSV(B) 140.41º 0.82% 0.93% -
XYZ 34.04 62.19 24.68 -
YUV 164.4 96.73 41.41 -
System Red Green Blue C M Y K H S L
Decimal 43 237 109 0.82 0 0.54 0.07 140.41 0.84 0.55
Hex 2B ED 6D 52 0 36 7 8C 54 37
Octal 53 355 155 122 0 66 7 214 124 67
Binary 101011 11101101 1101101 1010010 0 110110 111 10001100 1010100 110111

Color Harmonies of #2BED6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BED6D

Black with #2BED6D

Text Example


Text Example

White with #2BED6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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