Html Css Color HEX #2CE550 Malachite

📋 copy color: '#2CE550'

red 44 ◦ green 229 ◦ blue 80

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

Shades of Malachite #2CE550

Tints of Malachite #2CE550

RGB

 RED value IS 44 (17.58% from 255) = 12.46%

 GREEN value IS 229 (89.84% from 255) = 64.87%

 BLUE value IS 80 (31.64% from 255) = 22.66%

R = 12.46%
G = 64.87%
B = 22.66%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#2CE550 (or 0x2CE550) is known color: Malachite. HEX triplet: 2C, E5 and 50. RGB value is (44,229,80). Sum of RGB (Red+Green+Blue) = 44+229+80=353 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.46% from 353); Green value is 229 (89.84% from 255 or 64.87% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 229 - color contains mainly: green. Hex color #2CE550 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CE550 is #D31AAF. Grayscale: #9D9D9D. Windows color (decimal): -13834928 or 5301548. OLE color: 5301548.

HSL color Cylindrical-coordinate representation of color #2CE550: hue angle of 131.68º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE550 is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB 44 229 80 -
CMYK 0.81 0 0.65 0.10
HSL 131.68º 0.78% 0.54% -
HSV(B) 131.68º 0.81% 0.9% -
XYZ 30.51 57.15 17.01 -
YUV 156.7 84.71 47.62 -
System Red Green Blue C M Y K H S L
Decimal 44 229 80 0.81 0 0.65 0.10 131.68 0.78 0.54
Hex 2C E5 50 51 0 41 A 84 4E 36
Octal 54 345 120 121 0 101 12 204 116 66
Binary 101100 11100101 1010000 1010001 0 1000001 1010 10000100 1001110 110110

Color Harmonies of #2CE550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE550

Black with #2CE550

Text Example


Text Example

White with #2CE550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,229,80); }

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

background-color css

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

 a { background-color: rgb(44,229,80); }

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

border-color css

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

 span { border-color: rgb(44,229,80); }

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