Html Css Color HEX #2ACC57 Malachite

📋 copy color: '#2ACC57'

red 42 ◦ green 204 ◦ blue 87

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

Shades of Malachite #2ACC57

Tints of Malachite #2ACC57

RGB

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

 GREEN value IS 204 (80.08% from 255) = 61.26%

 BLUE value IS 87 (34.38% from 255) = 26.13%

R = 12.61%
G = 61.26%
B = 26.13%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#2ACC57 (or 0x2ACC57) is known color: Malachite. HEX triplet: 2A, CC and 57. RGB value is (42,204,87). Sum of RGB (Red+Green+Blue) = 42+204+87=333 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.61% from 333); Green value is 204 (80.08% from 255 or 61.26% from 333); Blue value is 87 (34.38% from 255 or 26.13% from 333); Max value from RGB is 204 - color contains mainly: green. Hex color #2ACC57 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ACC57 is #D533A8. Grayscale: #8E8E8E. Windows color (decimal): -13972393 or 5753898. OLE color: 5753898.

HSL color Cylindrical-coordinate representation of color #2ACC57: hue angle of 136.67º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ACC57 is Cyan = 0.79, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.2.

Color convert

RGB 42 204 87 -
CMYK 0.79 0 0.57 0.2
HSL 136.67º 0.66% 0.48% -
HSV(B) 136.67º 0.79% 0.8% -
XYZ 24.27 44.37 16.3 -
YUV 142.22 96.83 56.51 -
System Red Green Blue C M Y K H S L
Decimal 42 204 87 0.79 0 0.57 0.2 136.67 0.66 0.48
Hex 2A CC 57 4F 0 39 14 89 42 30
Octal 52 314 127 117 0 71 24 211 102 60
Binary 101010 11001100 1010111 1001111 0 111001 10100 10001001 1000010 110000

Color Harmonies of #2ACC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACC57

Black with #2ACC57

Text Example


Text Example

White with #2ACC57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,204,87); }

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

background-color css

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

 a { background-color: rgb(42,204,87); }

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

border-color css

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

 span { border-color: rgb(42,204,87); }

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