Html Css Color HEX #2CD450 Malachite

📋 copy color: '#2CD450'

red 44 ◦ green 212 ◦ blue 80

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

Shades of Malachite #2CD450

Tints of Malachite #2CD450

RGB

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

 GREEN value IS 212 (83.2% from 255) = 63.1%

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

R = 13.1%
G = 63.1%
B = 23.81%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#2CD450 (or 0x2CD450) is known color: Malachite. HEX triplet: 2C, D4 and 50. RGB value is (44,212,80). Sum of RGB (Red+Green+Blue) = 44+212+80=336 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.10% from 336); Green value is 212 (83.20% from 255 or 63.10% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 212 - color contains mainly: green. Hex color #2CD450 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CD450 is #D32BAF. Grayscale: #939393. Windows color (decimal): -13839280 or 5297196. OLE color: 5297196.

HSL color Cylindrical-coordinate representation of color #2CD450: hue angle of 132.86º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CD450 is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 44 212 80 -
CMYK 0.79 0 0.62 0.17
HSL 132.86º 0.66% 0.5% -
HSV(B) 132.86º 0.79% 0.83% -
XYZ 26.03 48.2 15.52 -
YUV 146.72 90.34 54.73 -
System Red Green Blue C M Y K H S L
Decimal 44 212 80 0.79 0 0.62 0.17 132.86 0.66 0.5
Hex 2C D4 50 4F 0 3E 11 85 42 32
Octal 54 324 120 117 0 76 21 205 102 62
Binary 101100 11010100 1010000 1001111 0 111110 10001 10000101 1000010 110010

Color Harmonies of #2CD450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD450

Black with #2CD450

Text Example


Text Example

White with #2CD450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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