Html Css Color HEX #2BDF58 Malachite

📋 copy color: '#2BDF58'

red 43 ◦ green 223 ◦ blue 88

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

Shades of Malachite #2BDF58

Tints of Malachite #2BDF58

RGB

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

 GREEN value IS 223 (87.5% from 255) = 62.99%

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

R = 12.15%
G = 62.99%
B = 24.86%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#2BDF58 (or 0x2BDF58) is known color: Malachite. HEX triplet: 2B, DF and 58. RGB value is (43,223,88). Sum of RGB (Red+Green+Blue) = 43+223+88=354 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.15% from 354); Green value is 223 (87.5% from 255 or 62.99% from 354); Blue value is 88 (34.77% from 255 or 24.86% from 354); Max value from RGB is 223 - color contains mainly: green. Hex color #2BDF58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BDF58 is #D420A7. Grayscale: #9A9A9A. Windows color (decimal): -13901992 or 5824299. OLE color: 5824299.

HSL color Cylindrical-coordinate representation of color #2BDF58: hue angle of 135º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BDF58 is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB 43 223 88 -
CMYK 0.81 0 0.61 0.13
HSL 135º 0.74% 0.52% -
HSV(B) 135º 0.81% 0.87% -
XYZ 29.15 53.99 18.12 -
YUV 153.79 90.87 48.98 -
System Red Green Blue C M Y K H S L
Decimal 43 223 88 0.81 0 0.61 0.13 135 0.74 0.52
Hex 2B DF 58 51 0 3D D 87 4A 34
Octal 53 337 130 121 0 75 15 207 112 64
Binary 101011 11011111 1011000 1010001 0 111101 1101 10000111 1001010 110100

Color Harmonies of #2BDF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDF58

Black with #2BDF58

Text Example


Text Example

White with #2BDF58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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