Html Css Color HEX #2CE061 Malachite

📋 copy color: '#2CE061'

red 44 ◦ green 224 ◦ blue 97

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

Shades of Malachite #2CE061

Tints of Malachite #2CE061

RGB

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

 GREEN value IS 224 (87.89% from 255) = 61.37%

 BLUE value IS 97 (38.28% from 255) = 26.58%

R = 12.05%
G = 61.37%
B = 26.58%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#2CE061 (or 0x2CE061) is known color: Malachite. HEX triplet: 2C, E0 and 61. RGB value is (44,224,97). Sum of RGB (Red+Green+Blue) = 44+224+97=365 (48% of max value = 765). Red value is 44 (17.58% from 255 or 12.05% from 365); Green value is 224 (87.89% from 255 or 61.37% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 224 - color contains mainly: green. Hex color #2CE061 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CE061 is #D31F9E. Grayscale: #9C9C9C. Windows color (decimal): -13836191 or 6414380. OLE color: 6414380.

HSL color Cylindrical-coordinate representation of color #2CE061: hue angle of 137.67º degrees, saturation: 0.74, 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 #2CE061 is Cyan = 0.80, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 44 224 97 -
CMYK 0.80 0 0.57 0.12
HSL 137.67º 0.74% 0.53% -
HSV(B) 137.67º 0.8% 0.88% -
XYZ 29.85 54.71 20.3 -
YUV 155.7 94.87 48.33 -
System Red Green Blue C M Y K H S L
Decimal 44 224 97 0.80 0 0.57 0.12 137.67 0.74 0.53
Hex 2C E0 61 50 0 39 C 8A 4A 35
Octal 54 340 141 120 0 71 14 212 112 65
Binary 101100 11100000 1100001 1010000 0 111001 1100 10001010 1001010 110101

Color Harmonies of #2CE061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE061

Black with #2CE061

Text Example


Text Example

White with #2CE061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,224,97); }

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

background-color css

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

 a { background-color: rgb(44,224,97); }

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

border-color css

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

 span { border-color: rgb(44,224,97); }

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