Html Css Color HEX #2BCD5A Malachite

📋 copy color: '#2BCD5A'

red 43 ◦ green 205 ◦ blue 90

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

Shades of Malachite #2BCD5A

Tints of Malachite #2BCD5A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 60.65%

 BLUE value IS 90 (35.55% from 255) = 26.63%

R = 12.72%
G = 60.65%
B = 26.63%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#2BCD5A (or 0x2BCD5A) is known color: Malachite. HEX triplet: 2B, CD and 5A. RGB value is (43,205,90). Sum of RGB (Red+Green+Blue) = 43+205+90=338 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.72% from 338); Green value is 205 (80.47% from 255 or 60.65% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 205 - color contains mainly: green. Hex color #2BCD5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BCD5A is #D432A5. Grayscale: #8F8F8F. Windows color (decimal): -13906598 or 5950763. OLE color: 5950763.

HSL color Cylindrical-coordinate representation of color #2BCD5A: hue angle of 137.41º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCD5A is Cyan = 0.79, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB 43 205 90 -
CMYK 0.79 0 0.56 0.20
HSL 137.41º 0.65% 0.49% -
HSV(B) 137.41º 0.79% 0.8% -
XYZ 24.67 44.91 17.04 -
YUV 143.45 97.83 56.35 -
System Red Green Blue C M Y K H S L
Decimal 43 205 90 0.79 0 0.56 0.20 137.41 0.65 0.49
Hex 2B CD 5A 4F 0 38 14 89 41 31
Octal 53 315 132 117 0 70 24 211 101 61
Binary 101011 11001101 1011010 1001111 0 111000 10100 10001001 1000001 110001

Color Harmonies of #2BCD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCD5A

Black with #2BCD5A

Text Example


Text Example

White with #2BCD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,205,90); }

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

background-color css

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

 a { background-color: rgb(43,205,90); }

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

border-color css

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

 span { border-color: rgb(43,205,90); }

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