Html Css Color HEX #2CE65D Malachite

📋 copy color: '#2CE65D'

red 44 ◦ green 230 ◦ blue 93

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

Shades of Malachite #2CE65D

Tints of Malachite #2CE65D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 62.67%

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

R = 11.99%
G = 62.67%
B = 25.34%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#2CE65D (or 0x2CE65D) is known color: Malachite. HEX triplet: 2C, E6 and 5D. RGB value is (44,230,93). Sum of RGB (Red+Green+Blue) = 44+230+93=367 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.99% from 367); Green value is 230 (90.23% from 255 or 62.67% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 230 - color contains mainly: green. Hex color #2CE65D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CE65D is #D319A2. Grayscale: #9F9F9F. Windows color (decimal): -13834659 or 6153772. OLE color: 6153772.

HSL color Cylindrical-coordinate representation of color #2CE65D: hue angle of 135.81º degrees, saturation: 0.79, 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 #2CE65D is Cyan = 0.81, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 44 230 93 -
CMYK 0.81 0 0.60 0.10
HSL 135.81º 0.79% 0.54% -
HSV(B) 135.81º 0.81% 0.9% -
XYZ 31.31 57.92 19.89 -
YUV 158.77 90.88 46.14 -
System Red Green Blue C M Y K H S L
Decimal 44 230 93 0.81 0 0.60 0.10 135.81 0.79 0.54
Hex 2C E6 5D 51 0 3C A 88 4F 36
Octal 54 346 135 121 0 74 12 210 117 66
Binary 101100 11100110 1011101 1010001 0 111100 1010 10001000 1001111 110110

Color Harmonies of #2CE65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE65D

Black with #2CE65D

Text Example


Text Example

White with #2CE65D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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