Html Css Color HEX #2ADA51 Malachite

📋 copy color: '#2ADA51'

red 42 ◦ green 218 ◦ blue 81

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

Shades of Malachite #2ADA51

Tints of Malachite #2ADA51

RGB

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

 GREEN value IS 218 (85.55% from 255) = 63.93%

 BLUE value IS 81 (32.03% from 255) = 23.75%

R = 12.32%
G = 63.93%
B = 23.75%

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

#2ADA51 (or 0x2ADA51) is known color: Malachite. HEX triplet: 2A, DA and 51. RGB value is (42,218,81). Sum of RGB (Red+Green+Blue) = 42+218+81=341 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.32% from 341); Green value is 218 (85.55% from 255 or 63.93% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADA51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADA51 is #D525AE. Grayscale: #969696. Windows color (decimal): -13968815 or 5364266. OLE color: 5364266.

HSL color Cylindrical-coordinate representation of color #2ADA51: hue angle of 133.3º 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 #2ADA51 is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 42 218 81 -
CMYK 0.81 0 0.63 0.15
HSL 133.3º 0.7% 0.51% -
HSV(B) 133.3º 0.81% 0.85% -
XYZ 27.51 51.23 16.22 -
YUV 149.76 89.19 51.14 -
System Red Green Blue C M Y K H S L
Decimal 42 218 81 0.81 0 0.63 0.15 133.3 0.7 0.51
Hex 2A DA 51 51 0 3F F 85 46 33
Octal 52 332 121 121 0 77 17 205 106 63
Binary 101010 11011010 1010001 1010001 0 111111 1111 10000101 1000110 110011

Color Harmonies of #2ADA51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADA51

Black with #2ADA51

Text Example


Text Example

White with #2ADA51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,218,81); }

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

background-color css

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

 a { background-color: rgb(42,218,81); }

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

border-color css

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

 span { border-color: rgb(42,218,81); }

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