Html Css Color HEX #2BED58 Malachite

📋 copy color: '#2BED58'

red 43 ◦ green 237 ◦ blue 88

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

Shades of Malachite #2BED58

Tints of Malachite #2BED58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 23.91%

R = 11.68%
G = 64.4%
B = 23.91%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#2BED58 (or 0x2BED58) is known color: Malachite. HEX triplet: 2B, ED and 58. RGB value is (43,237,88). Sum of RGB (Red+Green+Blue) = 43+237+88=368 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.68% from 368); Green value is 237 (92.97% from 255 or 64.40% from 368); Blue value is 88 (34.77% from 255 or 23.91% from 368); Max value from RGB is 237 - color contains mainly: green. Hex color #2BED58 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BED58 is #D412A7. Grayscale: #A2A2A2. Windows color (decimal): -13898408 or 5827883. OLE color: 5827883.

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

Color convert

RGB 43 237 88 -
CMYK 0.82 0 0.63 0.07
HSL 133.92º 0.84% 0.55% -
HSV(B) 133.92º 0.82% 0.93% -
XYZ 33.04 61.79 19.42 -
YUV 162.01 86.23 43.12 -
System Red Green Blue C M Y K H S L
Decimal 43 237 88 0.82 0 0.63 0.07 133.92 0.84 0.55
Hex 2B ED 58 52 0 3F 7 86 54 37
Octal 53 355 130 122 0 77 7 206 124 67
Binary 101011 11101101 1011000 1010010 0 111111 111 10000110 1010100 110111

Color Harmonies of #2BED58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BED58

Black with #2BED58

Text Example


Text Example

White with #2BED58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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