Html Css Color HEX #2BCD55 Malachite

📋 copy color: '#2BCD55'

red 43 ◦ green 205 ◦ blue 85

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

Shades of Malachite #2BCD55

Tints of Malachite #2BCD55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.53%

R = 12.91%
G = 61.56%
B = 25.53%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#2BCD55 (or 0x2BCD55) is known color: Malachite. HEX triplet: 2B, CD and 55. RGB value is (43,205,85). Sum of RGB (Red+Green+Blue) = 43+205+85=333 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.91% from 333); Green value is 205 (80.47% from 255 or 61.56% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 205 - color contains mainly: green. Hex color #2BCD55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BCD55 is #D432AA. Grayscale: #8F8F8F. Windows color (decimal): -13906603 or 5623083. OLE color: 5623083.

HSL color Cylindrical-coordinate representation of color #2BCD55: hue angle of 135.56º 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 #2BCD55 is Cyan = 0.79, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB 43 205 85 -
CMYK 0.79 0 0.59 0.20
HSL 135.56º 0.65% 0.49% -
HSV(B) 135.56º 0.79% 0.8% -
XYZ 24.47 44.83 15.96 -
YUV 142.88 95.33 56.76 -
System Red Green Blue C M Y K H S L
Decimal 43 205 85 0.79 0 0.59 0.20 135.56 0.65 0.49
Hex 2B CD 55 4F 0 3B 14 88 41 31
Octal 53 315 125 117 0 73 24 210 101 61
Binary 101011 11001101 1010101 1001111 0 111011 10100 10001000 1000001 110001

Color Harmonies of #2BCD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCD55

Black with #2BCD55

Text Example


Text Example

White with #2BCD55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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