Html Css Color HEX #2AFC57 Malachite

📋 copy color: '#2AFC57'

red 42 ◦ green 252 ◦ blue 87

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

Shades of Malachite #2AFC57

Tints of Malachite #2AFC57

RGB

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

 GREEN value IS 252 (98.83% from 255) = 66.14%

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

R = 11.02%
G = 66.14%
B = 22.83%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#2AFC57 (or 0x2AFC57) is known color: Malachite. HEX triplet: 2A, FC and 57. RGB value is (42,252,87). Sum of RGB (Red+Green+Blue) = 42+252+87=381 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.02% from 381); Green value is 252 (98.83% from 255 or 66.14% from 381); Blue value is 87 (34.38% from 255 or 22.83% from 381); Max value from RGB is 252 - color contains mainly: green. Hex color #2AFC57 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AFC57 is #D503A8. Grayscale: #AAAAAA. Windows color (decimal): -13960105 or 5766186. OLE color: 5766186.

HSL color Cylindrical-coordinate representation of color #2AFC57: hue angle of 132.86º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFC57 is Cyan = 0.83, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.01.

Color convert

RGB 42 252 87 -
CMYK 0.83 0 0.65 0.01
HSL 132.86º 0.97% 0.58% -
HSV(B) 132.86º 0.83% 0.99% -
XYZ 37.49 70.8 20.71 -
YUV 170.4 80.93 36.42 -
System Red Green Blue C M Y K H S L
Decimal 42 252 87 0.83 0 0.65 0.01 132.86 0.97 0.58
Hex 2A FC 57 53 0 41 1 85 61 3A
Octal 52 374 127 123 0 101 1 205 141 72
Binary 101010 11111100 1010111 1010011 0 1000001 1 10000101 1100001 111010

Color Harmonies of #2AFC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFC57

Black with #2AFC57

Text Example


Text Example

White with #2AFC57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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