Html Css Color HEX #2CE05D Malachite

📋 copy color: '#2CE05D'

red 44 ◦ green 224 ◦ blue 93

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

Shades of Malachite #2CE05D

Tints of Malachite #2CE05D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.76%

R = 12.19%
G = 62.05%
B = 25.76%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#2CE05D (or 0x2CE05D) is known color: Malachite. HEX triplet: 2C, E0 and 5D. RGB value is (44,224,93). Sum of RGB (Red+Green+Blue) = 44+224+93=361 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.19% from 361); Green value is 224 (87.89% from 255 or 62.05% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 224 - color contains mainly: green. Hex color #2CE05D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CE05D is #D31FA2. Grayscale: #9B9B9B. Windows color (decimal): -13836195 or 6152236. OLE color: 6152236.

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

Color convert

RGB 44 224 93 -
CMYK 0.80 0 0.58 0.12
HSL 136.33º 0.74% 0.53% -
HSV(B) 136.33º 0.8% 0.88% -
XYZ 29.67 54.64 19.34 -
YUV 155.25 92.87 48.65 -
System Red Green Blue C M Y K H S L
Decimal 44 224 93 0.80 0 0.58 0.12 136.33 0.74 0.53
Hex 2C E0 5D 50 0 3A C 88 4A 35
Octal 54 340 135 120 0 72 14 210 112 65
Binary 101100 11100000 1011101 1010000 0 111010 1100 10001000 1001010 110101

Color Harmonies of #2CE05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE05D

Black with #2CE05D

Text Example


Text Example

White with #2CE05D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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