Html Css Color HEX #2AD754 Malachite

📋 copy color: '#2AD754'

red 42 ◦ green 215 ◦ blue 84

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

Shades of Malachite #2AD754

Tints of Malachite #2AD754

RGB

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

 GREEN value IS 215 (84.38% from 255) = 63.05%

 BLUE value IS 84 (33.2% from 255) = 24.63%

R = 12.32%
G = 63.05%
B = 24.63%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#2AD754 (or 0x2AD754) is known color: Malachite. HEX triplet: 2A, D7 and 54. RGB value is (42,215,84). Sum of RGB (Red+Green+Blue) = 42+215+84=341 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.32% from 341); Green value is 215 (84.38% from 255 or 63.05% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 215 - color contains mainly: green. Hex color #2AD754 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD754 is #D528AB. Grayscale: #949494. Windows color (decimal): -13969580 or 5560106. OLE color: 5560106.

HSL color Cylindrical-coordinate representation of color #2AD754: hue angle of 134.57º 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 #2AD754 is Cyan = 0.80, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB 42 215 84 -
CMYK 0.80 0 0.61 0.16
HSL 134.57º 0.68% 0.5% -
HSV(B) 134.57º 0.8% 0.84% -
XYZ 26.86 49.73 16.57 -
YUV 148.34 91.69 52.15 -
System Red Green Blue C M Y K H S L
Decimal 42 215 84 0.80 0 0.61 0.16 134.57 0.68 0.5
Hex 2A D7 54 50 0 3D 10 87 44 32
Octal 52 327 124 120 0 75 20 207 104 62
Binary 101010 11010111 1010100 1010000 0 111101 10000 10000111 1000100 110010

Color Harmonies of #2AD754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD754

Black with #2AD754

Text Example


Text Example

White with #2AD754

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,215,84); }

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

background-color css

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

 a { background-color: rgb(42,215,84); }

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

border-color css

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

 span { border-color: rgb(42,215,84); }

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