Html Css Color HEX #2CD562 Malachite

📋 copy color: '#2CD562'

red 44 ◦ green 213 ◦ blue 98

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

Shades of Malachite #2CD562

Tints of Malachite #2CD562

RGB

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

 GREEN value IS 213 (83.59% from 255) = 60%

 BLUE value IS 98 (38.67% from 255) = 27.61%

R = 12.39%
G = 60%
B = 27.61%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#2CD562 (or 0x2CD562) is known color: Malachite. HEX triplet: 2C, D5 and 62. RGB value is (44,213,98). Sum of RGB (Red+Green+Blue) = 44+213+98=355 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.39% from 355); Green value is 213 (83.59% from 255 or 60% from 355); Blue value is 98 (38.67% from 255 or 27.61% from 355); Max value from RGB is 213 - color contains mainly: green. Hex color #2CD562 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CD562 is #D32A9D. Grayscale: #959595. Windows color (decimal): -13839006 or 6477100. OLE color: 6477100.

HSL color Cylindrical-coordinate representation of color #2CD562: hue angle of 139.17º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CD562 is Cyan = 0.79, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 44 213 98 -
CMYK 0.79 0 0.54 0.16
HSL 139.17º 0.67% 0.5% -
HSV(B) 139.17º 0.79% 0.84% -
XYZ 27.04 49.01 19.59 -
YUV 149.36 99.01 52.85 -
System Red Green Blue C M Y K H S L
Decimal 44 213 98 0.79 0 0.54 0.16 139.17 0.67 0.5
Hex 2C D5 62 4F 0 36 10 8B 43 32
Octal 54 325 142 117 0 66 20 213 103 62
Binary 101100 11010101 1100010 1001111 0 110110 10000 10001011 1000011 110010

Color Harmonies of #2CD562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD562

Black with #2CD562

Text Example


Text Example

White with #2CD562

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,213,98); }

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

background-color css

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

 a { background-color: rgb(44,213,98); }

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

border-color css

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

 span { border-color: rgb(44,213,98); }

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