Html Css Color HEX #2BDE5F Malachite

📋 copy color: '#2BDE5F'

red 43 ◦ green 222 ◦ blue 95

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

Shades of Malachite #2BDE5F

Tints of Malachite #2BDE5F

RGB

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

 GREEN value IS 222 (87.11% from 255) = 61.67%

 BLUE value IS 95 (37.5% from 255) = 26.39%

R = 11.94%
G = 61.67%
B = 26.39%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#2BDE5F (or 0x2BDE5F) is known color: Malachite. HEX triplet: 2B, DE and 5F. RGB value is (43,222,95). Sum of RGB (Red+Green+Blue) = 43+222+95=360 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.94% from 360); Green value is 222 (87.11% from 255 or 61.67% from 360); Blue value is 95 (37.5% from 255 or 26.39% from 360); Max value from RGB is 222 - color contains mainly: green. Hex color #2BDE5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BDE5F is #D421A0. Grayscale: #9A9A9A. Windows color (decimal): -13902241 or 6282795. OLE color: 6282795.

HSL color Cylindrical-coordinate representation of color #2BDE5F: hue angle of 137.43º degrees, saturation: 0.73, 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 #2BDE5F is Cyan = 0.81, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 43 222 95 -
CMYK 0.81 0 0.57 0.13
HSL 137.43º 0.73% 0.52% -
HSV(B) 137.43º 0.81% 0.87% -
XYZ 29.18 53.58 19.63 -
YUV 154 94.7 48.83 -
System Red Green Blue C M Y K H S L
Decimal 43 222 95 0.81 0 0.57 0.13 137.43 0.73 0.52
Hex 2B DE 5F 51 0 39 D 89 49 34
Octal 53 336 137 121 0 71 15 211 111 64
Binary 101011 11011110 1011111 1010001 0 111001 1101 10001001 1001001 110100

Color Harmonies of #2BDE5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDE5F

Black with #2BDE5F

Text Example


Text Example

White with #2BDE5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,222,95); }

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

background-color css

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

 a { background-color: rgb(43,222,95); }

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

border-color css

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

 span { border-color: rgb(43,222,95); }

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