Html Css Color HEX #2CE150 Malachite

📋 copy color: '#2CE150'

red 44 ◦ green 225 ◦ blue 80

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

Shades of Malachite #2CE150

Tints of Malachite #2CE150

RGB

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

 GREEN value IS 225 (88.28% from 255) = 64.47%

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

R = 12.61%
G = 64.47%
B = 22.92%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#2CE150 (or 0x2CE150) is known color: Malachite. HEX triplet: 2C, E1 and 50. RGB value is (44,225,80). Sum of RGB (Red+Green+Blue) = 44+225+80=349 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.61% from 349); Green value is 225 (88.28% from 255 or 64.47% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 225 - color contains mainly: green. Hex color #2CE150 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CE150 is #D31EAF. Grayscale: #9A9A9A. Windows color (decimal): -13835952 or 5300524. OLE color: 5300524.

HSL color Cylindrical-coordinate representation of color #2CE150: hue angle of 131.93º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CE150 is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 44 225 80 -
CMYK 0.80 0 0.64 0.12
HSL 131.93º 0.75% 0.53% -
HSV(B) 131.93º 0.8% 0.88% -
XYZ 29.41 54.97 16.65 -
YUV 154.35 86.03 49.29 -
System Red Green Blue C M Y K H S L
Decimal 44 225 80 0.80 0 0.64 0.12 131.93 0.75 0.53
Hex 2C E1 50 50 0 40 C 84 4B 35
Octal 54 341 120 120 0 100 14 204 113 65
Binary 101100 11100001 1010000 1010000 0 1000000 1100 10000100 1001011 110101

Color Harmonies of #2CE150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE150

Black with #2CE150

Text Example


Text Example

White with #2CE150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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