Html Css Color HEX #2BD45F Malachite

📋 copy color: '#2BD45F'

red 43 ◦ green 212 ◦ blue 95

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

Shades of Malachite #2BD45F

Tints of Malachite #2BD45F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 60.57%

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

R = 12.29%
G = 60.57%
B = 27.14%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#2BD45F (or 0x2BD45F) is known color: Malachite. HEX triplet: 2B, D4 and 5F. RGB value is (43,212,95). Sum of RGB (Red+Green+Blue) = 43+212+95=350 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.29% from 350); Green value is 212 (83.20% from 255 or 60.57% from 350); Blue value is 95 (37.5% from 255 or 27.14% from 350); Max value from RGB is 212 - color contains mainly: green. Hex color #2BD45F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD45F is #D42BA0. Grayscale: #949494. Windows color (decimal): -13904801 or 6280235. OLE color: 6280235.

HSL color Cylindrical-coordinate representation of color #2BD45F: hue angle of 138.46º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD45F is Cyan = 0.80, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB 43 212 95 -
CMYK 0.80 0 0.55 0.17
HSL 138.46º 0.66% 0.5% -
HSV(B) 138.46º 0.8% 0.83% -
XYZ 26.61 48.43 18.77 -
YUV 148.13 98.01 53.01 -
System Red Green Blue C M Y K H S L
Decimal 43 212 95 0.80 0 0.55 0.17 138.46 0.66 0.5
Hex 2B D4 5F 50 0 37 11 8A 42 32
Octal 53 324 137 120 0 67 21 212 102 62
Binary 101011 11010100 1011111 1010000 0 110111 10001 10001010 1000010 110010

Color Harmonies of #2BD45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD45F

Black with #2BD45F

Text Example


Text Example

White with #2BD45F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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