Html Css Color HEX #2AD950 Malachite

📋 copy color: '#2AD950'

red 42 ◦ green 217 ◦ blue 80

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

Shades of Malachite #2AD950

Tints of Malachite #2AD950

RGB

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

 GREEN value IS 217 (85.16% from 255) = 64.01%

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

R = 12.39%
G = 64.01%
B = 23.6%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#2AD950 (or 0x2AD950) is known color: Malachite. HEX triplet: 2A, D9 and 50. RGB value is (42,217,80). Sum of RGB (Red+Green+Blue) = 42+217+80=339 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.39% from 339); Green value is 217 (85.16% from 255 or 64.01% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 217 - color contains mainly: green. Hex color #2AD950 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD950 is #D526AF. Grayscale: #959595. Windows color (decimal): -13969072 or 5298474. OLE color: 5298474.

HSL color Cylindrical-coordinate representation of color #2AD950: hue angle of 133.03º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AD950 is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 42 217 80 -
CMYK 0.81 0 0.63 0.15
HSL 133.03º 0.7% 0.51% -
HSV(B) 133.03º 0.81% 0.85% -
XYZ 27.22 50.7 15.94 -
YUV 149.06 89.02 51.64 -
System Red Green Blue C M Y K H S L
Decimal 42 217 80 0.81 0 0.63 0.15 133.03 0.7 0.51
Hex 2A D9 50 51 0 3F F 85 46 33
Octal 52 331 120 121 0 77 17 205 106 63
Binary 101010 11011001 1010000 1010001 0 111111 1111 10000101 1000110 110011

Color Harmonies of #2AD950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD950

Black with #2AD950

Text Example


Text Example

White with #2AD950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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