Html Css Color HEX #2AD650 Malachite

📋 copy color: '#2AD650'

red 42 ◦ green 214 ◦ blue 80

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

Shades of Malachite #2AD650

Tints of Malachite #2AD650

RGB

 RED value IS 42 (16.8% from 255) = 12.5%

 GREEN value IS 214 (83.98% from 255) = 63.69%

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

R = 12.5%
G = 63.69%
B = 23.81%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#2AD650 (or 0x2AD650) is known color: Malachite. HEX triplet: 2A, D6 and 50. RGB value is (42,214,80). Sum of RGB (Red+Green+Blue) = 42+214+80=336 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.5% from 336); Green value is 214 (83.98% from 255 or 63.69% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 214 - color contains mainly: green. Hex color #2AD650 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD650 is #D529AF. Grayscale: #939393. Windows color (decimal): -13969840 or 5297706. OLE color: 5297706.

HSL color Cylindrical-coordinate representation of color #2AD650: hue angle of 133.26º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD650 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 42 214 80 -
CMYK 0.80 0 0.63 0.16
HSL 133.26º 0.68% 0.5% -
HSV(B) 133.26º 0.8% 0.84% -
XYZ 26.45 49.16 15.69 -
YUV 147.3 90.02 52.9 -
System Red Green Blue C M Y K H S L
Decimal 42 214 80 0.80 0 0.63 0.16 133.26 0.68 0.5
Hex 2A D6 50 50 0 3F 10 85 44 32
Octal 52 326 120 120 0 77 20 205 104 62
Binary 101010 11010110 1010000 1010000 0 111111 10000 10000101 1000100 110010

Color Harmonies of #2AD650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD650

Black with #2AD650

Text Example


Text Example

White with #2AD650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,214,80); }

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

background-color css

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

 a { background-color: rgb(42,214,80); }

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

border-color css

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

 span { border-color: rgb(42,214,80); }

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