Html Css Color HEX #2BED50 Malachite

📋 copy color: '#2BED50'

red 43 ◦ green 237 ◦ blue 80

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

Shades of Malachite #2BED50

Tints of Malachite #2BED50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.22%

R = 11.94%
G = 65.83%
B = 22.22%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#2BED50 (or 0x2BED50) is known color: Malachite. HEX triplet: 2B, ED and 50. RGB value is (43,237,80). Sum of RGB (Red+Green+Blue) = 43+237+80=360 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.94% from 360); Green value is 237 (92.97% from 255 or 65.83% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 237 - color contains mainly: green. Hex color #2BED50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BED50 is #D412AF. Grayscale: #A1A1A1. Windows color (decimal): -13898416 or 5303595. OLE color: 5303595.

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

Color convert

RGB 43 237 80 -
CMYK 0.82 0 0.66 0.07
HSL 131.44º 0.84% 0.55% -
HSV(B) 131.44º 0.82% 0.93% -
XYZ 32.73 61.66 17.77 -
YUV 161.1 82.23 43.77 -
System Red Green Blue C M Y K H S L
Decimal 43 237 80 0.82 0 0.66 0.07 131.44 0.84 0.55
Hex 2B ED 50 52 0 42 7 83 54 37
Octal 53 355 120 122 0 102 7 203 124 67
Binary 101011 11101101 1010000 1010010 0 1000010 111 10000011 1010100 110111

Color Harmonies of #2BED50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BED50

Black with #2BED50

Text Example


Text Example

White with #2BED50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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